summaryrefslogtreecommitdiff
path: root/src/node_api_types.h
Commit message (Expand)AuthorAgeFilesLines
* n-api: add methods to open/close callback scopeMichael Dawson2018-02-051-1/+3
* n-api: check against invalid handle scope usageAnna Henningsen2017-10-181-1/+2
* n-api: Context for custom async operationsJason Ginchereau2017-09-141-0/+1
* n-api: implement promiseGabriel Schulhof2017-08-251-0/+1
* n-api: add napi_get_node_versionAnna Henningsen2017-08-121-0/+7
* n-api: avoid crash in napi_escape_scope()Michael Dawson2017-06-211-1/+1
* n-api: implement async helper methodstaylor.woll2017-04-111-20/+27
* n-api: change napi_callback to return napi_valueTaylor Woll2017-04-101-2/+5
* n-api: Update property attrs enum to match JS specJason Ginchereau2017-04-071-4/+4
* n-api: add support for abi stable module APIJason Ginchereau2017-04-031-0/+95