Lines Matching refs:value
360 message = `The expression evaluated to a falsy value:\n\n ${message}\n`;
377 function innerOk(fn, argLen, value, message) {
378 if (!value) {
383 message = 'No value argument passed to `assert.ok()`';
392 actual: value,
404 * Pure assertion tests whether a value is truthy, as determined
405 * by !!value.
723 // Check validation functions return value.
906 * Expects `promiseFn` function or its value to reject.
926 * Expects `fn` or its value to not reject.
936 * Throws `value` if the value is not `null` or `undefined`.