Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h123 void BuildNewLocalBlockContext(Scope* scope);
Dbytecode-generator.cc774 BuildNewLocalBlockContext(stmt->scope()); in VisitBlock()
2971 void BytecodeGenerator::BuildNewLocalBlockContext(Scope* scope) { in BuildNewLocalBlockContext() function in v8::internal::interpreter::BytecodeGenerator