Searched refs:invalidValues (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/sigstore/dist/types/sigstore/ |
D | validate.js | 25 const invalidValues = []; 28 invalidValues.push('content'); 34 invalidValues.push('content.messageSignature.messageDigest'); 38 invalidValues.push('content.messageSignature.messageDigest.digest'); 42 invalidValues.push('content.messageSignature.signature'); 47 invalidValues.push('content.dsseEnvelope.payload'); 50 invalidValues.push('content.dsseEnvelope.signatures'); 54 invalidValues.push('content.dsseEnvelope.signatures[0].sig'); 62 invalidValues.push('verificationMaterial'); 66 invalidValues.push('verificationMaterial.content'); [all …]
|
/third_party/node/test/pummel/ |
D | test-heapsnapshot-near-heap-limit-by-api.js | 17 const invalidValues = [-1, '', {}, NaN, undefined]; variable 18 for (let i = 0; i < invalidValues.length; i++) { 19 assert.throws(() => v8.setHeapSnapshotNearHeapLimit(invalidValues[i]),
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/ |
D | is.tentative.any.js | 11 const invalidValues = [undefined, null, true, "", Symbol(), 1, {}]; variable 14 for (argument of invalidValues) {
|
D | getArg.tentative.any.js | 12 const invalidValues = [undefined, null, true, "", Symbol(), 1, {}]; variable 15 for (argument of invalidValues) {
|
/third_party/node/test/parallel/ |
D | test-performance-resourcetimingbuffersize.js | 34 …const invalidValues = [ null, undefined, true, false, -1, 0.5, Infinity, NaN, '', 'foo', {}, [], (… 35 for (const value of invalidValues) {
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOArrayLengthTests.cpp | 93 const deUint32 invalidValues[] = { 0xFFFFFFFFUL, 0xAAAAAAAAUL }; in init() local 105 gl.bufferData(GL_SHADER_STORAGE_BUFFER, 2 * (int)sizeof(deUint32), invalidValues, GL_DYNAMIC_COPY); in init()
|