Home
last modified time | relevance | path

Searched refs:KEEP_EXCEPTION (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc71 if (!Compiler::Compile(isolate, function, Compiler::KEEP_EXCEPTION, in RUNTIME_FUNCTION()
Druntime-test.cc1202 Compiler::Compile(isolate, func, Compiler::KEEP_EXCEPTION, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/codegen/
Dcompiler.h63 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enumerator
Dcompiler.cc1310 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/
Dlazy-compile-dispatcher.cc285 job->task.get(), isolate_, Compiler::KEEP_EXCEPTION); in FinishNow()
/third_party/node/deps/v8/src/debug/
Ddebug.cc2742 !Compiler::Compile(isolate_, function, Compiler::KEEP_EXCEPTION, in PerformSideEffectCheck()