summaryrefslogtreecommitdiff
path: root/src/node_api.cc
AgeCommit message (Expand)Author
2018-02-02n-api: implement wrapping using private propertiesGabriel Schulhof
2018-01-16n-api: throw RangeError napi_create_typedarray()Jinho Bang
2018-01-11n-api: expose n-api version in process.versionsMichael Dawson
2018-01-09n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang
2017-12-18n-api: fix memory leak in napi_async_destroy()alnyan
2017-11-24n-api: use nullptr instead of NULL in node_api.ccDaniel Bevenius
2017-11-22src: add napi_handle_scope_mismatch to msg listneta
2017-11-21n-api: add helper for addons to get the event loopAnna Henningsen
2017-10-19n-api: unexpose symbols and remove EXTERNAL_NAPIGabriel Schulhof
2017-10-18n-api: check against invalid handle scope usageAnna Henningsen
2017-10-16n-api: reimplement instanceof using V8 APIYang Guo
2017-10-11n-api: make changes for source compatibilityGabriel Schulhof
2017-09-29n-api: add check for large stringsMichael Dawson
2017-09-24n-api: fix warning about size_t compare with intSampson Gao
2017-09-19n-api: remove n-api module loading flagGabriel Schulhof
2017-09-18n-api: add optional string length parametersSampson Gao
2017-09-14n-api: napi_is_construct_call->napi_get_new_targetSampson Gao
2017-09-14n-api: Context for custom async operationsJason Ginchereau
2017-09-14n-api: refactor napi_addon_register_funcTaylor Woll
2017-09-14n-api: change async resource name to napi_valueJason Ginchereau
2017-09-14n-api: use AsyncResource for Work trackingAnna Henningsen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-13n-api: stop creating references to primitivesGabriel Schulhof
2017-09-10n-api: implement napi_run_scriptGabriel Schulhof
2017-08-30n-api: adds function to adjust external memoryChris Young
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-22n-api: add ability to remove a wrappingGabriel Schulhof
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-07n-api: optimize number API performanceJason Ginchereau
2017-08-07src: replace assert with CHECK_LE in node_api.ccBen Noordhuis
2017-07-27n-api: add support for DataViewShivanth MP
2017-07-27n-api: re-use napi_env between modulesGabriel Schulhof
2017-07-26n-api: directly create Local from PersistentKyle Farnung
2017-07-24n-api: add fast paths for integer gettersAnna Henningsen
2017-07-13n-api: add napi_fatal_error APIKyle Farnung
2017-07-13n-api: add code parameter to error helpersMichael Dawson
2017-07-12n-api: Implement stricter wrappingGabriel Schulhof
2017-07-06n-api: add napi_has_own_property()cjihrig
2017-07-06N-API: Reuse ObjectTemplate instancesGabriel Schulhof
2017-07-05n-api: fix -Wmaybe-uninitialized compiler warningBen Noordhuis
2017-07-05n-api: use Maybe version of Object::SetPrototype()Ben Noordhuis
2017-07-01n-api: add napi_delete_property()cjihrig
2017-06-30n-api: add napi_delete_element()cjihrig
2017-06-21n-api: avoid crash in napi_escape_scope()Michael Dawson
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-01n-api: enable napi_wrap() to work with any objectJason Ginchereau
2017-05-26n-api: add napi_get_versionMichael Dawson
2017-05-19n-api: Retain last code when getting error infoJason Ginchereau
2017-05-15n-api: remove compiler warningAnna Henningsen
2017-05-09n-api: Handle fatal exception in async callbackJason Ginchereau