Searched refs:CLEAR_EXCEPTION (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/baseline/ |
D | baseline-batch-compiler.cc | 255 Compiler::CompileBaseline(isolate_, function, Compiler::CLEAR_EXCEPTION, in EnqueueFunction() 328 Compiler::CompileBaseline(isolate_, function, Compiler::CLEAR_EXCEPTION, in CompileBatch() 355 isolate_, shared, Compiler::CLEAR_EXCEPTION, &is_compiled_scope); in MaybeCompileFunction()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-test.cc | 240 !Compiler::Compile(isolate, function, Compiler::CLEAR_EXCEPTION, in CanOptimizeFunction() 353 !Compiler::Compile(isolate, function, Compiler::CLEAR_EXCEPTION, in EnsureFeedbackVector() 384 !Compiler::Compile(isolate, function, Compiler::CLEAR_EXCEPTION, in RUNTIME_FUNCTION() 389 if (!Compiler::CompileBaseline(isolate, function, Compiler::CLEAR_EXCEPTION, in RUNTIME_FUNCTION() 688 Compiler::CompileBaseline(isolate, function, Compiler::CLEAR_EXCEPTION, in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/execution/ |
D | tiering-manager.cc | 420 Compiler::CompileBaseline(isolate_, function, Compiler::CLEAR_EXCEPTION, in OnInterruptTick()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.h | 63 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enumerator
|
D | compiler.cc | 1311 if (flag == Compiler::CLEAR_EXCEPTION) { in FailWithPreparedPendingException() 1407 isolate, shared_info, Compiler::CLEAR_EXCEPTION, &is_compiled_scope); in CompileAllWithBaseline()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
D | lazy-compile-dispatcher.cc | 503 Compiler::CLEAR_EXCEPTION); in FinalizeSingleJob()
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 1616 Compiler::Compile(isolate_, fun, Compiler::CLEAR_EXCEPTION, in InstallDebugBreakTrampoline() 1855 if (!Compiler::Compile(isolate_, candidate, Compiler::CLEAR_EXCEPTION, in FindSharedFunctionInfosIntersectingRange() 1921 Compiler::CLEAR_EXCEPTION, &is_compiled_scope)) { in FindInnermostContainingFunctionInfo() 1938 !Compiler::Compile(isolate_, shared, Compiler::CLEAR_EXCEPTION, in EnsureBreakInfo()
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.cc | 723 if (!Compiler::Compile(isolate, shared_info, Compiler::CLEAR_EXCEPTION, in EnsureBytecodeArrayAvailable()
|
D | js-function.cc | 1271 Compiler::Compile(isolate, func, Compiler::CLEAR_EXCEPTION, in CalculateExpectedNofProperties()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 7932 Compiler::Compile(isolate, function, Compiler::CLEAR_EXCEPTION, in ResolveWasmImportCall()
|