Home
last modified time | relevance | path

Searched refs:emitWarning (Results 1 – 25 of 65) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-process-warning.js22 process.emitWarning('test', 'DeprecationWarning');
30 process.emitWarning('test', {});
42 () => process.emitWarning('test', 'DeprecationWarning'),
52 process.emitWarning(err);
57 process.emitWarning('test', { detail: 'foo' });
Dtest-process-emitwarning.js47 process.emitWarning(...args);
52 process.emitWarning(warningNoToString);
58 process.emitWarning(warningThrowToString);
78 () => process.emitWarning(...args),
Dtest-process-no-deprecation.js18 process.emitWarning('Something is deprecated.', 'DeprecationWarning');
31 process.emitWarning('Something else is deprecated.', 'DeprecationWarning');
Dtest-process-emit-warning-from-native.js27 const realEmitWarning = process.emitWarning;
31 process.emitWarning = () => { throw new Error('foo'); }; function
Dtest-child-process-no-deprecation.js6 process.emitWarning('Something else is deprecated.', 'DeprecationWarning');
Dtest-worker-execargv.js30 process.emitWarning('some warning');
Dtest-env-var-no-warnings.js7 process.emitWarning('foo');
/third_party/node/lib/internal/process/
Dpromises.js168 process.emitWarning(reason.stack, unhandledRejectionErrName);
170 process.emitWarning(
175 process.emitWarning(warning);
180 process.emitWarning(
196 process.emitWarning(warning);
Dwarning.js111 function emitWarning(warning, type, code, ctor) { function
162 ErrorCaptureStackTrace(warning, ctor || process.emitWarning);
167 emitWarning, property
/third_party/node/deps/npm/node_modules/readable-stream/
DexperimentalWarning.js10 process.emitWarning(msg, 'ExperimentalWarning');
15 module.exports.emitExperimentalWarning = process.emitWarning
/third_party/weex-loader/src/
Dutil.js70 loader.emitWarning('noteStartNOTE File:' + loader.resourcePath + ':' +
73 loader.emitWarning('noteStartNOTE File:' + loader.resourcePath +
78 loader.emitWarning('warnStartWARNING File:' + loader.resourcePath + ':' +
81 loader.emitWarning('warnStartWARNING File:' + loader.resourcePath +
/third_party/node/lib/internal/bootstrap/
Dnode.js228 const { emitWarning } = require('internal/process/warning');
229 process.emitWarning = emitWarning;
Dpre_execution.js151 process.emitWarning('The inspector is disabled, ' +
374 process.emitWarning('Policies are experimental.',
460 process.emitWarning('The --frozen-intrinsics flag is experimental',
/third_party/node/lib/internal/
Dutil.js108 process.emitWarning(msg, 'DeprecationWarning', code, deprecated);
112 process.emitWarning(msg, 'DeprecationWarning', deprecated);
217 process.emitWarning(msg, 'ExperimentalWarning');
Doptions.js42 process.emitWarning(
Dinspector_async_hook.js57 process.emitWarning(
/third_party/node/test/fixtures/
Dwarnings.js3 process.emitWarning('a bad practice warning');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp394 return emitWarning( in preserveDiscardableGVs()
398 return emitWarning((Twine("Linker asked to preserve internal global: '") + in preserveDiscardableGVs()
508 emitWarning("Invalid debug info found, debug info will be stripped"); in verifyMergedModuleOnce()
714 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning() function in LTOCodeGenerator
/third_party/node/lib/
D_stream_wrap.js4 process.emitWarning('The _stream_wrap module is deprecated.',
Dsys.js28 process.emitWarning('sys is deprecated. Use util instead.',
/third_party/node/lib/internal/main/
Dinspect.js12 process.emitWarning(
/third_party/node/lib/internal/test/
Dbinding.js7 process.emitWarning(
/third_party/node/test/node-api/test_callback_scope/
Dtest-async-hooks.js11 process.emitWarning = () => {}; function
/third_party/node/lib/internal/modules/esm/
Dget_format.js66 process.emitWarning(
/third_party/node/lib/internal/console/
Dconstructor.js385 process.emitWarning(`Label '${label}' already exists for console.time()`);
459 process.emitWarning(`Count for '${label}' does not exist`);
602 process.emitWarning(`No such label '${label}' for console.${name}()`);

123