Lines Matching defs:strict
21 'use strict';
510 * The deep strict equivalence assertion tests a deep strict equality
534 * The deep strict non-equivalence assertion tests for any deep strict
559 * The strict equivalence assertion tests a strict equality relation.
581 * The strict non-equivalence assertion tests for any strict inequality.
1055 * Expose a strict only variant of assert.
1059 function strict(...args) {
1060 innerOk(strict, args.length, ...args);
1063 assert.strict = ObjectAssign(strict, assert, {
1070 assert.strict.strict = assert.strict;