Home
last modified time | relevance | path

Searched defs:AssertionError (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/suite/
DassertionError.ts1 export class AssertionError extends Error { class
/third_party/node/lib/internal/assert/
Dcalltracker.js21 const AssertionError = require('internal/assert/assertion_error'); constant
Dassertion_error.js325 class AssertionError extends Error { class
/third_party/node/doc/api/
Dassert.md139 ### `new assert.AssertionError(options)`
/third_party/node/lib/
Dassert.js63 const AssertionError = require('internal/assert/assertion_error'); constant
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js4500 function AssertionError(message) class
4510 AssertionError.prototype = Object.create(Error.prototype); class