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-10-11node-api: avoid calling virtual methods in base's dtorChengzhong Wu
2022-10-11node-api: cleanup redundant static modifierslegendecas
2022-07-31node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas
2022-07-31node-api: format Node-API related codeVladimir Morozov
2022-02-01node-api: add missing initialization of last errorMichael Dawson
2022-02-01src: reset error struct if error code is napi_okJckXia
2021-07-29src: remove unused guards around node-api referencelegendecas
2021-07-11node-api: cctest on v8impl::Referencelegendecas
2021-05-31node-api: fix shutdown crashesMichael Dawson
2020-11-16n-api: factor out calling patternGabriel Schulhof
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
2020-07-24n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-05-28n-api: remove `napi_env::CallIntoModuleThrow`Gabriel Schulhof
2020-02-06n-api: free instance data as referenceGabriel Schulhof
2020-01-12n-api: add napi_get_all_property_nameshimself65
2020-01-04n-api: keep napi_env alive while it has finalizersAnna Henningsen
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-07-26n-api: add APIs for per-instance state managementGabriel Schulhof
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-05src: add NOLINT to js_native_.*gengjiawen
2019-02-17n-api: turn NAPI_CALL_INTO_MODULE into a functionAnna Henningsen
2019-02-17n-api: do not call into JS when that is not allowedAnna Henningsen
2018-11-23n-api: handle reference delete before finalizeMichael Dawson
2018-11-18src: factor out Node.js-agnostic N-APIsGabriel Schulhof