summaryrefslogtreecommitdiff
path: root/src/js_native_api.h
Commit message (Expand)AuthorAgeFilesLines
* n-api: add APIs for per-instance state managementGabriel Schulhof2019-07-251-0/+9
* build: expose napi_build_version variableNickNaso2019-07-011-1/+6
* src: add NOLINT to js_native_.*gengjiawen2019-04-051-2/+3
* n-api: implement date objectJarrod Connolly2019-02-281-0/+14
* src: use `visibility("default")` exports on POSIXJeremy Apthorp2019-02-051-1/+1
* n-api: mark thread-safe function as stableGabriel Schulhof2019-01-211-1/+1
* src: add NAPI_VERSION_EXPERIMENTALMichael Dawson2019-01-041-2/+3
* src: factor out Node.js-agnostic N-APIsGabriel Schulhof2018-11-171-0/+485