summaryrefslogtreecommitdiff
path: root/src/node_api.h
Commit message (Expand)AuthorAgeFilesLines
* n-api: mark thread-safe function as stableGabriel Schulhof2019-01-211-2/+2
* src: factor out Node.js-agnostic N-APIsGabriel Schulhof2018-11-171-496/+25
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-091-1/+1
* n-api: add generic finalizer callbackGabriel Schulhof2018-09-121-0/+6
* napi: add bigint supportGus Caplan2018-07-121-0/+24
* n-api: restrict exports by versionKyle Farnung2018-07-051-17/+38
* n-api: add API for asynchronous functionsGabriel Schulhof2018-06-291-0/+38
* src: add environment cleanup hooksAnna Henningsen2018-05-101-0/+7
* n-api: initialize a module via a special symbolGabriel Schulhof2018-04-231-1/+20
* n-api: add napi_fatal_exceptionMathias Buus2018-03-201-0/+2
* n-api: take n-api out of experimentalMichael Dawson2018-03-141-9/+0
* n-api: add methods to open/close callback scopeMichael Dawson2018-02-051-0/+8
* src: remove duplicate words in commentsTobias Nießen2018-01-021-1/+1
* tools: add cpplint rule for NULL usageDaniel Bevenius2017-12-011-1/+1
* n-api: add helper for addons to get the event loopAnna Henningsen2017-11-211-0/+6
* n-api: fix warning about size_t compare with intSampson Gao2017-09-241-0/+2
* n-api: add optional string length parametersSampson Gao2017-09-181-1/+5
* n-api: napi_is_construct_call->napi_get_new_targetSampson Gao2017-09-141-3/+3
* n-api: Context for custom async operationsJason Ginchereau2017-09-141-8/+16
* n-api: refactor napi_addon_register_funcTaylor Woll2017-09-141-4/+2
* n-api: change async resource name to napi_valueJason Ginchereau2017-09-141-1/+1
* n-api: use AsyncResource for Work trackingAnna Henningsen2017-09-141-0/+2
* n-api: implement napi_run_scriptGabriel Schulhof2017-09-101-0/+5
* n-api: adds function to adjust external memoryChris Young2017-08-301-0/+5
* n-api: implement promiseGabriel Schulhof2017-08-251-0/+14
* n-api: add ability to remove a wrappingGabriel Schulhof2017-08-221-0/+3
* n-api: add napi_get_node_versionAnna Henningsen2017-08-121-0/+4
* n-api: optimize number API performanceJason Ginchereau2017-08-071-1/+10
* n-api: add support for DataViewShivanth MP2017-07-271-0/+15
* n-api: add napi_fatal_error APIKyle Farnung2017-07-131-0/+9
* n-api: add code parameter to error helpersMichael Dawson2017-07-131-3/+12
* n-api: add napi_has_own_property()cjihrig2017-07-061-0/+4
* n-api: add napi_delete_property()cjihrig2017-07-011-0/+4
* n-api: add napi_delete_element()cjihrig2017-06-301-0/+4
* n-api: add napi_get_versionMichael Dawson2017-05-261-0/+4
* src: correct endif comment SRC_NODE_API_H__Daniel Bevenius2017-05-241-1/+1
* n-api: remove napi_get_value_string_length()Jason Ginchereau2017-04-201-5/+0
* n-api: add string api for latin1 encodingSampson Gao2017-04-141-0/+11
* n-api: implement async helper methodstaylor.woll2017-04-111-0/+15
* n-api: change napi_callback to return napi_valueTaylor Woll2017-04-101-19/+2
* n-api: add support for abi stable module APIJason Ginchereau2017-04-031-0/+479