Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h126 void BuildNewLocalWithContext(Scope* scope);
Dbytecode-generator.cc1109 BuildNewLocalWithContext(stmt->scope()); in VisitWithStatement()
3241 void BytecodeGenerator::BuildNewLocalWithContext(Scope* scope) { in BuildNewLocalWithContext() function in v8::internal::interpreter::BytecodeGenerator