Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_exception/
Dtest.js28 let returnedError = test_exception.returnException(throwTheError); variable
29 assert.strictEqual(returnedError, theError);
45 returnedError = test_exception.returnException(common.mustCall());
46 assert.strictEqual(returnedError, undefined,
48 ` thrown, but ${returnedError} was passed`);
56 let returnedError = test_exception.constructReturnException(throwTheError);
57 assert.strictEqual(returnedError, theError);
73 returnedError = test_exception.constructReturnException(common.mustCall());
74 assert.strictEqual(returnedError, undefined,
76 ` thrown, but ${returnedError} was passed`);