Lines Matching refs:AssertionError
55 var AssertionError = __webpack_require__(5961);
103 throw new AssertionError(obj);
137 var err = new AssertionError(errArgs);
149 assert.AssertionError = AssertionError;
162 var err = new AssertionError({
356 var err = new AssertionError({
388 var err = new AssertionError({
598 var newErr = new AssertionError({
1001 var AssertionError =
1004 _inherits(AssertionError, _Error);
1006 function AssertionError(options) {
1009 _classCallCheck(this, AssertionError);
1024 …_this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, String(message…
1051 …_this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, createErrDiff(…
1074 …_this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, "".concat(base…
1076 …_this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, "".concat(base…
1108 …_this = _possibleConstructorReturn(this, _getPrototypeOf(AssertionError).call(this, "".concat(_res…
1137 _createClass(AssertionError, [{
1156 return AssertionError;
1159 module.exports = AssertionError;