Home
last modified time | relevance | path

Searched defs:emitWarning (Results 1 – 5 of 5) sorted by relevance

/third_party/node/lib/internal/process/
Dwarning.js111 function emitWarning(warning, type, code, ctor) { function
167 emitWarning, property
/third_party/node/test/node-api/test_callback_scope/
Dtest-async-hooks.js11 process.emitWarning = () => {}; function
/third_party/node/test/parallel/
Dtest-process-emit-warning-from-native.js31 process.emitWarning = () => { throw new Error('foo'); }; function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp714 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning() function in LTOCodeGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp446 void emitWarning(const Twine &Message) { in emitWarning() function in __anon3591a5110211::IRLinker