Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07node-api,src: fix module registration in MSVC C++Vladimir Morozov
2022-04-03test: pass data into napi_create_externalJoyee Cheung
2022-02-03tools,test: enable no-prototype-builtinsRich Trott
2022-01-29test: replace commented out expectations with testsDarshan Sen
2022-01-25node-api: add node_api_symbol_for()Darshan Sen
2022-01-14tools: enable ESLint no-loss-of-precision ruleRich Trott
2021-11-18src: reset error struct if error code is napi_okJckXia
2021-11-17src,doc: add SyntaxError napi supportIdan Attias
2021-11-02test: avoid deep comparisons with literalsTobias Nießen
2021-10-01test: suppress compiler warning in test_bigintDaniel Bevenius
2021-09-08src: make napi_create_reference accept symbolJckXia
2021-08-03node-api: handle pending exception in cb wrapperMichael Dawson
2021-06-11node-api: avoid crashing on passed-in null stringGabriel Schulhof
2021-06-04node-api: rtn pending excep on napi_new_instancelegendecas
2021-05-19test: give js-native-api tests consistent namesGabriel Schulhof
2021-05-08test: call functions internallyVoltrex
2021-04-09test: remove unneeded m flag on regular expressionsRich Trott
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-11node-api: define version 8Gabriel Schulhof
2021-02-19node-api: force env shutdown deferring behaviorGabriel Schulhof
2021-02-06test: rename n-api to node-apiGabriel Schulhof
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-10-07n-api: support for object freeze/sealShelley Vohr
2020-09-19n-api: create N-API version 7Gabriel Schulhof
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
2020-07-31n-api: simplify bigint-from-word creationGabriel Schulhof
2020-07-24n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-07-08test: add n-api null checks for conversionsGabriel Schulhof
2020-06-02napi: fix memory corruption vulnerabilityTobias Nießen
2020-05-24module: deprecate module.parentAntoine du HAMEL
2020-05-07n-api: add uint32 test for -1Gabriel Schulhof
2020-03-21src: remove calls to deprecated ArrayBuffer methodsMichaël Zasso
2020-03-16n-api: fix comment on expected N-API versionMichael Dawson
2020-03-09n-api: define release 6Gabriel Schulhof
2020-01-26test: cover property n-api null casesGabriel Schulhof
2020-01-14n-api: return napi_invalid_arg on napi_create_bigint_wordslegendecas
2020-01-12n-api: add napi_get_all_property_nameshimself65
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-12src: migrate to new V8 ArrayBuffer APIThang Tran
2019-11-28n-api: implement napi_is_detached_arraybufferDenys Otrishko
2019-10-27doc: remove "it is important to" phrasingRich Trott
2019-10-15n-api: add `napi_detach_arraybuffer`legendecas
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-09-05n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-08-01test: refactoring test_error testinghimself65
2019-08-01n-api: refactoring napi_create_function testingOctavian Soldea
2019-07-27n-api: refactor a previous commitOctavian Soldea
2019-07-26n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-18test: propagate napi_status to JSOctavian Soldea
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas