summaryrefslogtreecommitdiff
path: root/src/js_native_api_v8.cc
AgeCommit message (Expand)Author
2019-11-30n-api: detach external ArrayBuffers on env exitAnna Henningsen
2019-11-28n-api: implement napi_is_detached_arraybufferDenys Otrishko
2019-11-28n-api: add missed nullptr check in napi_has_own_propertyDenys Otrishko
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-10-14n-api: add `napi_detach_arraybuffer`legendecas
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-09-08n-api: delete callback bundle via referenceGabriel Schulhof
2019-07-25n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-17n-api: correct bug in napi_get_last_errorOctavian Soldea
2019-06-23n-api: add error message for date expectedGabriel Schulhof
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_propertieslegendecas
2019-06-07src: add napi_define_class() null checksOctavian Soldea
2019-05-24n-api: DRY napi_coerce_to_x() API methodsBen Noordhuis
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-06n-api: make napi_get_property_names return stringsAnna Henningsen
2019-04-26src: apply clang-tidy modernize-deprecated-headers found by Jenkins CIgengjiawen
2019-04-09n-api: reduce gc finalization stressMichael Dawson
2019-03-23src: remove unused variablecjihrig
2019-03-23n-api: remove code from error nameRuben Bridgewater
2019-03-22src: apply clang-tidy readability-delete-null-pointergengjiawen
2019-03-09n-api: improve performance creating stringsAnthony Tuininga
2019-02-28n-api: implement date objectJarrod Connolly
2019-02-17n-api: turn NAPI_CALL_INTO_MODULE into a functionAnna Henningsen
2019-02-11n-api: finalize during second-pass callbackGabriel Schulhof
2018-12-11src: use Local version of ToBoolean()cjihrig
2018-11-23n-api: handle reference delete before finalizeMichael Dawson
2018-11-21src: add include for standalone compileGary Hsu
2018-11-17src: factor out Node.js-agnostic N-APIsGabriel Schulhof