summaryrefslogtreecommitdiff
path: root/test/node-api
Commit message (Expand)AuthorAgeFilesLines
* node-api: get Node API version used by addonVladimir Morozov2023-05-053-0/+318
* src: throw DataCloneError on transfering untransferable objectsChengzhong Wu2023-05-051-1/+4
* node-api: deprecate napi_module_registerVladimir Morozov2023-03-241-1/+51
* node-api: verify cleanup hooks orderChengzhong Wu2023-03-153-2/+63
* test: add trailing commas in `test/node-api`Antoine du Hamel2023-01-299-26/+26
* process,worker: ensure code after exit() effectlessywave6202022-12-252-4/+2
* node-api: handle no support for external buffersMichael Dawson2022-11-091-0/+5
* test: use uv_sleep() where possibleSantiago Gimeno2022-10-271-16/+3
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-1/+1
* test: mark flaky tests on smartosFeng Yu2022-06-281-0/+5
* test: replace gc(true) with gc({ type: 'minor' })Tobias Nießen2022-06-211-1/+1
* Revert "test: mark test_buffer/test_finalizer flaky"Matteo Collina2022-06-171-1/+0
* test: make node-api/test_buffer/test_finalizer not flakyMatteo Collina2022-06-171-1/+5
* test: mark test_buffer/test_finalizer flakyMichael Dawson2022-06-141-0/+1
* node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas2022-05-275-0/+136
* node-api,src: fix module registration in MSVC C++Vladimir Morozov2022-04-073-0/+70
* src: return proper URLs from node_api_get_module_file_nameAnna Henningsen2022-03-071-7/+38
* test: enable no-empty ESLint ruleRich Trott2022-02-052-3/+4
* Revert "src: skip test_fatal/test_threads for Debug builds"Anna Henningsen2021-09-081-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-081-0/+4
* src: fix fatal errors when a current isolate not existlegendecas2021-05-184-0/+43
* node-api: faster threadsafe_functionFedor Indutny2021-05-042-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