Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h125 void BuildNewLocalCatchContext(Variable* variable, Scope* scope);
Dbytecode-generator.cc1395 BuildNewLocalCatchContext(stmt->variable(), stmt->scope()); in VisitTryCatchStatement()
3251 void BytecodeGenerator::BuildNewLocalCatchContext(Variable* variable, in BuildNewLocalCatchContext() function in v8::internal::interpreter::BytecodeGenerator