Home
last modified time | relevance | path

Searched refs:testNapiRun (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/js-native-api/test_general/
DtestNapiRun.js11 const actual = addon.testNapiRun(testCase);
14 assert.throws(() => addon.testNapiRun({ abc: 'def' }), /string was expected/);
Dtest_general.c218 static napi_value testNapiRun(napi_env env, napi_callback_info info) { in testNapiRun() function
290 DECLARE_NAPI_PROPERTY("testNapiRun", testNapiRun), in Init()
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md1950 …ode/commit/5d3a4ad1cf)] - **test**: improve error emssage reporting in testNapiRun.js (Paul Ashfie…
DCHANGELOG_V8.md1809 …ode/commit/25ff7bf1cd)] - **test**: improve error emssage reporting in testNapiRun.js (Paul Ashfie…
DCHANGELOG_V6.md446 …ode/commit/2476ab9619)] - **test**: improve error emssage reporting in testNapiRun.js (Paul Ashfie…