summaryrefslogtreecommitdiff
path: root/test/node-api
Commit message (Expand)AuthorAgeFilesLines
* src: return proper URLs from node_api_get_module_file_nameAnna Henningsen2022-04-231-7/+38
* test: enable no-empty ESLint ruleRich Trott2022-03-142-3/+4
* Revert "src: skip test_fatal/test_threads for Debug builds"Anna Henningsen2021-09-211-4/+0
* report: generates report on threads with no isolateslegendecas2021-06-141-0/+36
* src: skip test_fatal/test_threads for Debug buildsDaniel Bevenius2021-06-111-0/+4
* src: fix fatal errors when a current isolate not existlegendecas2021-05-184-0/+43
* node-api: faster threadsafe_functionFedor Indutny2021-05-172-2/+11
* test: fix typo in comment in binding.cTobias Nießen2021-04-131-1/+1
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-012-2/+2
* node-api: stop ref gc during environment teardownGabriel Schulhof2021-03-183-0/+59
* node-api: define version 8Gabriel Schulhof2021-03-101-1/+0
* node-api: allow retrieval of add-on file nameGabriel Schulhof2021-02-092-1/+19
* test: rename n-api to node-apiGabriel Schulhof2021-02-0618-392/+352
* test: remove outdated V8 flagMichaël Zasso2021-02-021-1/+1
* test,doc,lib: adjust object literal newlines for lint ruleRich Trott2021-01-261-1/+2
* n-api: fix test_async_context warningsGabriel Schulhof2020-11-201-2/+3
* n-api: unlink reference during its destructorGabriel Schulhof2020-11-041-2/+0
* n-api: napi_make_callback emit async init with resource of async_contextlegendecas2020-10-318-44/+296
* n-api: revert change to finalizationMichael Dawson2020-10-271-0/+6
* test: adjust comments for upcoming lint ruleRich Trott2020-10-071-21/+21
* n-api: re-implement async env cleanup hooksGabriel Schulhof2020-08-271-21/+10
* n-api: handle weak no-finalizer refs correctlyGabriel Schulhof2020-08-211-4/+0
* test: skip node-api/test_worker_terminate_finalizationAnna Henningsen2020-08-111-0/+5
* test: fix test_worker_terminate_finalizationAnna Henningsen2020-08-111-1/+0
* n-api,src: provide asynchronous cleanup hooksAnna Henningsen2020-08-073-0/+99
* test: convert most N-API tests from C++ to CGabriel Schulhof2020-08-058-77/+67
* n-api: ensure scope present for finalizationMichael Dawson2020-06-093-0/+74
* module: deprecate module.parentAntoine du HAMEL2020-05-241-1/+1
* Revert "n-api: detect deadlocks in thread-safe function"Anna Henningsen2020-05-233-67/+4
* buffer,n-api: release external buffers from BackingStore callbackAnna Henningsen2020-05-161-4/+4
* test: fix out-of-bound reads from invalid sizeof usageAnna Henningsen2020-04-301-1/+1
* test: add missing calls to napi_async_destroyAnna Henningsen2020-04-301-0/+2
* n-api: fix false assumption on napi_async_context structureslegendecas2020-04-283-28/+23
* n-api: detect deadlocks in thread-safe functionGabriel Schulhof2020-04-193-4/+67
* Revert "n-api: detect deadlocks in thread-safe function"Gabriel Schulhof2020-04-163-67/+4
* n-api: detect deadlocks in thread-safe functionGabriel Schulhof2020-04-093-4/+67
* n-api: define release 6Gabriel Schulhof2020-03-095-5/+0
* n-api: free instance data as referenceGabriel Schulhof2020-02-065-1/+80
* n-api: keep napi_env alive while it has finalizersAnna Henningsen2020-01-041-0/+14
* src: migrate to new V8 ArrayBuffer APIThang Tran2019-12-121-2/+5
* test: port worker + buffer test to N-APIAnna Henningsen2019-11-304-0/+83
* n-api: mark version 5 N-APIs as stableGabriel Schulhof2019-09-051-1/+0
* n-api: add APIs for per-instance state managementGabriel Schulhof2019-07-257-54/+281
* test: use assert() in N-API async testAnna Henningsen2019-06-281-4/+2
* n-api: make func argument of napi_create_threadsafe_function optionallegendecas2019-06-212-5/+49
* n-api: defer Buffer finalizer with SetImmediateAnna Henningsen2019-06-142-14/+24
* test: cover import of a *.node file with a policy manifestEvgenii Shchepotev2019-05-303-0/+90
* n-api: do not require JS Context for `napi_async_destroy()`Anna Henningsen2019-04-242-0/+75
* src: de-lint header usageRefael Ackermann2019-03-121-3/+5
* test: remove flaky designation for test_threadsafe_functionRich Trott2019-03-041-2/+0