Searched defs:AssertionError (Results 1 – 8 of 8) sorted by relevance
3 var AssertionError = (function() { class4 function AssertionError(a) { class in module.exports.AssertionError9 AssertionError.prototype = new Error(); class
16 const AssertionError = require('internal/assert/assertion_error'); constant
327 class AssertionError extends Error { class
63 class AssertionError < RuntimeError; end 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
1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property