Home
last modified time | relevance | path

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

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