Lines Matching refs:stackStartFn
106 function fail(actual, expected, message, operator, stackStartFn) {
130 stackStartFn: stackStartFn || fail
167 stackStartFn: fn
200 stackStartFn: equal
219 stackStartFn: notEqual
238 stackStartFn: deepEqual
257 stackStartFn: notDeepEqual
277 stackStartFn: deepStrictEqual
297 stackStartFn: notDeepStrictEqual
313 stackStartFn: strictEqual
329 stackStartFn: notStrictEqual
360 stackStartFn: fn
373 stackStartFn: fn
393 stackStartFn: fn
482 function expectsError(stackStartFn, actual, error, message) {
510 var fnType = stackStartFn.name === 'rejects' ? 'rejection' : 'exception';
514 operator: stackStartFn.name,
516 stackStartFn: stackStartFn
520 if (error && !expectedException(actual, error, message, stackStartFn)) {
525 function expectsNoError(stackStartFn, actual, error, message) {
535 var fnType = stackStartFn.name === 'doesNotReject' ? 'rejection' : 'exception';
539 operator: stackStartFn.name,
541 stackStartFn: stackStartFn
603 stackStartFn: ifError
1017 stackStartFn = options.stackStartFn;
1127 Error.captureStackTrace(_assertThisInitialized(_this), stackStartFn);