Lines Matching +full:- +full:error +full:- +full:asserts
1 /* eslint jsdoc/require-jsdoc: "error" */
55 const octalReg = /^[0-7]+$/;
56 const modeDesc = 'must be a 32-bit unsigned integer or an octal string';
61 * converted to 32-bit unsigned integers or non-negative signed integers in the
62 * C++ land, but any value higher than 0o777 will result in platform-specific
88 * @returns {asserts value is number}
109 * @returns {asserts value is number}
114 (value, name, min = -2147483648, max = 2147483647) => {
115 // The defaults for min and max correspond to the limits of 32-bit integers.
133 * @returns {asserts value is number}
156 * @returns {asserts value is string}
171 * @returns {asserts value is number}
212 * @returns {asserts value is boolean}
260 * @callback validateDictionary - We are using the Web IDL Standard definition
266 * @see https://webidl.spec.whatwg.org/#es-dictionary
267 * @see https://tc39.es/ecma262/#table-typeof-operator-results
283 * @returns {asserts value is any[]}
301 * @returns {asserts value is string[]}
316 * @returns {asserts value is boolean[]}
331 * @returns {asserts value is AbortSignal[]}
350 * @returns {asserts signal is keyof signals}
369 * @returns {asserts buffer is ArrayBufferView}
434 * @returns {asserts value is Function}
447 * @returns {asserts value is Function}
460 * @returns {asserts value is undefined}
483 https://www.rfc-editor.org/rfc/rfc8288.html#section-3
487 link-params separated by semicolons.
529 if (i !== hintsLength - 1) {