Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_exception/
Dtest.js39 const exception_pending = test_exception.wasPending(); constant
40 assert.strictEqual(exception_pending, true,
42 ` .wasPending() returned ${exception_pending}`);
67 const exception_pending = test_exception.wasPending(); constant
68 assert.strictEqual(exception_pending, true,
70 ` .wasPending() returned ${exception_pending}`);
92 const exception_pending = test_exception.wasPending(); constant
93 assert.strictEqual(exception_pending, false,
95 ` .wasPending() returned ${exception_pending}`);
111 const exception_pending = test_exception.wasPending(); constant
[all …]