Searched defs:AssertionError (Results 1 – 7 of 7) sorted by relevance
3 var AssertionError = (function() { class4 function AssertionError(a) { class in module.exports.AssertionError9 AssertionError.prototype = new Error(); class
1 export class AssertionError extends Error { class
16 const AssertionError = require('internal/assert/assertion_error'); constant
327 class AssertionError extends Error { class
102 ### `new assert.AssertionError(options)`
60 const AssertionError = require('internal/assert/assertion_error'); constant
3069 function AssertionError(message) class3076 AssertionError.prototype = Object.create(Error.prototype); class