Home
last modified time | relevance | path

Searched refs:ClearExceptionFlag (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompiler.h48 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enum
57 ClearExceptionFlag flag);
58 static bool Compile(Handle<JSFunction> function, ClearExceptionFlag flag);
Dcompiler.cc824 Compiler::ClearExceptionFlag flag) { in FailWithPendingException()
860 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in FinalizeTopLevel()
904 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in CompileToplevel()
1045 ClearExceptionFlag flag) { in Compile()
1112 bool Compiler::Compile(Handle<JSFunction> function, ClearExceptionFlag flag) { in Compile()
1812 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in GetSharedFunctionInfoForStreamedScript()