summaryrefslogtreecommitdiff
path: root/src/js_native_api_v8.h
AgeCommit message (Expand)Author
2020-11-15n-api: factor out calling patternGabriel Schulhof
2020-07-31n-api: support type-tagging objectsGabriel Schulhof
2020-07-23n-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-11n-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-25n-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-17src: factor out Node.js-agnostic N-APIsGabriel Schulhof