summaryrefslogtreecommitdiff
path: root/src/node_api_types.h
AgeCommit message (Expand)Author
2019-01-23n-api: change #ifdef to #if in node_api_typesDaniel Bevenius
2019-01-21n-api: mark thread-safe function as stableGabriel Schulhof
2018-11-17src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-07-12napi: add bigint supportGus Caplan
2018-07-09n-api: remove experimental gate from status codesGabriel Schulhof
2018-06-29n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-02-05n-api: add methods to open/close callback scopeMichael Dawson
2017-10-18n-api: check against invalid handle scope usageAnna Henningsen
2017-09-14n-api: Context for custom async operationsJason Ginchereau
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-06-21n-api: avoid crash in napi_escape_scope()Michael Dawson
2017-04-11n-api: implement async helper methodstaylor.woll
2017-04-10n-api: change napi_callback to return napi_valueTaylor Woll
2017-04-07n-api: Update property attrs enum to match JS specJason Ginchereau
2017-04-03n-api: add support for abi stable module APIJason Ginchereau