Home
last modified time | relevance | path

Searched refs:code (Results 3426 - 3450 of 6782) sorted by relevance

1...<<131132133134135136137138139140>>...272

/third_party/node/test/js-native-api/test_function/
H A Dtest.js49 code: 'throwing exception',
/third_party/node/test/parallel/
H A Dtest-child-process-exec-env.js36 debug(`error!: ${err.code}`);
H A Dtest-child-process-execFile-promisified-abortController.js12 code: 'ERR_INVALID_ARG_TYPE',
H A Dtest-cli-node-options-disallowed.js39 assert.strictEqual(err.code, 9);
H A Dtest-code-cache.js4 // This test verifies that if the binary is compiled with code cache,
36 // Cross-compiled binaries do not have code cache, verifies that the builtins
46 `"${key}" should've been compiled without code cache`);
64 wrong.push(`"${key}" should've been compiled **with** code cache`);
H A Dtest-crypto-keygen-async-dsa.js53 code: 'ERR_MISSING_PASSPHRASE',
H A Dtest-diagnostics-channel-pub-sub.js44 }, { code: 'ERR_INVALID_ARG_TYPE' });
H A Dtest-diagnostics-channel-object-channel-pub-sub.js46 }, { code: 'ERR_INVALID_ARG_TYPE' });
H A Dtest-fs-stream-construct-compat-error-read.js28 assert.strictEqual(err.code, 'ENOENT');
H A Dtest-fs-write-stream.js63 code: 'ERR_INVALID_ARG_TYPE',
H A Dtest-http2-client-request-options-errors.js51 code: 'ERR_INVALID_ARG_VALUE',
H A Dtest-http2-empty-frame-without-eof.js32 code: 'ERR_HTTP2_TOO_MANY_INVALID_FRAMES',
H A Dtest-http2-server-rst-before-respond.js22 }, { code: 'ERR_HTTP2_INVALID_STREAM' });
H A Dtest-inspector-ip-detection.js37 if (error.code === 'EHOSTUNREACH') {
H A Dtest-internal-module-require.js85 code: 'MODULE_NOT_FOUND',
H A Dtest-tls-cnnic-whitelist.js48 assert.strictEqual(e.code, tcase.errorCode);
H A Dtest-worker-message-port-close.js38 code: 'ERR_CLOSED_MESSAGE_PORT',
H A Dtest-worker-message-port-receive-message.js30 code: 'ERR_INVALID_ARG_TYPE',
/third_party/node/test/sequential/
H A Dtest-net-connect-econnrefused.js45 assert.strictEqual(err.code, 'ECONNREFUSED');
H A Dtest-tls-connect.js44 common.mustCall((e) => { assert.strictEqual(e.code, 'ECONNREFUSED'); })
/third_party/node/test/addons/make-callback-domain-warning/
H A Dtest.js39 assert.strictEqual(latestWarning.code, 'DEP0097');
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/
H A Dset.js44 code: 'TLOG_INCLUSION_PROMISE_ERROR',
H A Dindex.js31 code: 'TLOG_MISSING_INCLUSION_ERROR',
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
H A Denoent.js7 code: 'ENOENT',
23 // If emitting "exit" event and exit code is 1, we need to check if
/third_party/node/deps/npm/node_modules/promise-retry/
H A Dindex.js3 var errcode = require('err-code');
9 return err && err.code === 'EPROMISERETRY' && hasOwn.call(err, 'retried');

Completed in 11 milliseconds

1...<<131132133134135136137138139140>>...272