summaryrefslogtreecommitdiff
path: root/src/node_api_types.h
Commit message (Expand)AuthorAgeFilesLines
* node-api: declare type napi_cleanup_hookChengzhong Wu2022-11-191-0/+5
* node-api: explicitly set __cdecl for API functionsVladimir Morozov2022-05-131-10/+8
* node-api: format Node-API related codeVladimir Morozov2022-03-211-2/+1
* node-api: define version 8Gabriel Schulhof2021-03-101-2/+2
* n-api: re-implement async env cleanup hooksGabriel Schulhof2020-08-271-0/+2
* n-api,src: provide asynchronous cleanup hooksAnna Henningsen2020-08-071-0/+4
* n-api: change #ifdef to #if in node_api_typesDaniel Bevenius2019-01-231-2/+2
* n-api: mark thread-safe function as stableGabriel Schulhof2019-01-211-6/+6
* src: factor out Node.js-agnostic N-APIsGabriel Schulhof2018-11-171-102/+1
* napi: add bigint supportGus Caplan2018-07-121-0/+4
* n-api: remove experimental gate from status codesGabriel Schulhof2018-07-091-2/+0
* n-api: add API for asynchronous functionsGabriel Schulhof2018-06-291-1/+27
* src, tools: add check for left leaning pointersDaniel Bevenius2018-06-071-10/+10
* 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