Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h42 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enumerator
Dobjects.cc5232 if (Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) { in GetLength()
/external/v8/src/runtime/
Druntime-function.cc173 if (!Compiler::Compile(source, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION()
Druntime-compiler.cc37 if (!Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION()
Druntime-test.cc647 if (!Compiler::Compile(func, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION()
/external/v8/src/debug/
Ddebug.cc2239 if (!Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) return false; in PerformSideEffectCheck()