summaryrefslogtreecommitdiff
path: root/src/js_native_api.h
Commit message (Expand)AuthorAgeFilesLines
* n-api: support for object freeze/sealShelley Vohr2020-10-071-0/+4
* n-api: create N-API version 7Gabriel Schulhof2020-09-181-2/+5
* n-api: support type-tagging objectsGabriel Schulhof2020-07-311-0/+10
* napi: add __wasm32__ guardsGus Caplan2020-05-301-0/+3
* n-api: define release 6Gabriel Schulhof2020-03-091-3/+6
* n-api: rename 'promise' parameter to 'value'Tobias Nießen2020-01-301-1/+1
* n-api: add napi_get_all_property_nameshimself652020-01-111-0/+9
* n-api: implement napi_is_detached_arraybufferDenys Otrishko2019-11-281-0/+4
* n-api: add `napi_detach_arraybuffer`legendecas2019-10-141-0/+4
* n-api: mark version 5 N-APIs as stableGabriel Schulhof2019-09-051-8/+14
* n-api: add APIs for per-instance state managementGabriel Schulhof2019-07-251-0/+9
* build: expose napi_build_version variableNickNaso2019-07-011-1/+6
* src: add NOLINT to js_native_.*gengjiawen2019-04-051-2/+3
* n-api: implement date objectJarrod Connolly2019-02-281-0/+14
* src: use `visibility("default")` exports on POSIXJeremy Apthorp2019-02-051-1/+1
* n-api: mark thread-safe function as stableGabriel Schulhof2019-01-211-1/+1
* src: add NAPI_VERSION_EXPERIMENTALMichael Dawson2019-01-041-2/+3
* src: factor out Node.js-agnostic N-APIsGabriel Schulhof2018-11-171-0/+485