Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-function.cc101 !Compiler::Compile(source, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION()
Druntime-compiler.cc39 if (!Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION()
Druntime-test.cc708 !Compiler::Compile(func, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION()
/external/v8/src/
Dcompiler.h48 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enumerator
Dcompiler.cc860 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in FinalizeTopLevel()
904 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in CompileToplevel()
1812 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in GetSharedFunctionInfoForStreamedScript()
Dobjects.cc6057 if (Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) { in GetLength()
/external/v8/src/debug/
Ddebug.cc2139 !Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) { in PerformSideEffectCheck()