summaryrefslogtreecommitdiff
path: root/src/js_native_api_v8.h
Commit message (Expand)AuthorAgeFilesLines
* n-api: remove `napi_env::CallIntoModuleThrow`Gabriel Schulhof2020-05-281-9/+7
* n-api: free instance data as referenceGabriel Schulhof2020-02-061-10/+44
* n-api: add napi_get_all_property_nameshimself652020-01-111-0/+11
* n-api: keep napi_env alive while it has finalizersAnna Henningsen2020-01-041-5/+23
* src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen2019-11-191-0/+4
* src: render N-API weak callbacks as cleanup hooksGabriel Schulhof2019-10-131-0/+13
* n-api: add APIs for per-instance state managementGabriel Schulhof2019-07-251-22/+35
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-3/+2
* src: add NOLINT to js_native_.*gengjiawen2019-04-051-1/+2
* n-api: turn NAPI_CALL_INTO_MODULE into a functionAnna Henningsen2019-02-171-16/+19
* n-api: do not call into JS when that is not allowedAnna Henningsen2019-02-171-5/+9
* n-api: handle reference delete before finalizeMichael Dawson2018-11-231-0/+1
* src: factor out Node.js-agnostic N-APIsGabriel Schulhof2018-11-171-0/+202