Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_error/
Dtest.js9 const theRangeError = new RangeError('Some type error'); constant
27 assert.strictEqual(test_error.checkError(theRangeError), true);