Searched refs:KEEP_EXCEPTION (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
D | runtime-compiler.cc | 71 if (!Compiler::Compile(isolate, function, Compiler::KEEP_EXCEPTION, in RUNTIME_FUNCTION()
|
D | runtime-test.cc | 1202 Compiler::Compile(isolate, func, Compiler::KEEP_EXCEPTION, in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.h | 63 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enumerator
|
D | compiler.cc | 1310 Compiler::ClearExceptionFlag flag = Compiler::KEEP_EXCEPTION) { in FailWithPreparedPendingException() 1441 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in CompileToplevel() 1467 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in CompileToplevel() 2150 if (flag == Compiler::KEEP_EXCEPTION) { in Compile()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
D | lazy-compile-dispatcher.cc | 285 job->task.get(), isolate_, Compiler::KEEP_EXCEPTION); in FinishNow()
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 2742 !Compiler::Compile(isolate_, function, Compiler::KEEP_EXCEPTION, in PerformSideEffectCheck()
|