Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h275 void BuildNewLocalBlockContext(Scope* scope);
Dbytecode-generator.cc886 generator->BuildNewLocalBlockContext(scope_); in MultipleEntryBlockContextScope()
1521 BuildNewLocalBlockContext(stmt->scope()); in VisitBlock()
2807 BuildNewLocalBlockContext(expr->scope()); in VisitClassLiteral()
6884 void BytecodeGenerator::BuildNewLocalBlockContext(Scope* scope) { in BuildNewLocalBlockContext() function in v8::internal::interpreter::BytecodeGenerator