Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h153 void BuildNewLocalCatchContext(Scope* scope);
Dbytecode-generator.cc1709 BuildNewLocalCatchContext(stmt->scope()); in VisitTryCatchStatement()
4796 void BytecodeGenerator::BuildNewLocalCatchContext(Scope* scope) { in BuildNewLocalCatchContext() function in v8::internal::interpreter::BytecodeGenerator