Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h154 void VisitInScope(Statement* stmt, Scope* scope);
Dbytecode-generator.cc1110 VisitInScope(stmt->statement(), stmt->scope()); in VisitWithStatement()
1407 VisitInScope(stmt->catch_block(), stmt->scope()); in VisitTryCatchStatement()
3453 void BytecodeGenerator::VisitInScope(Statement* stmt, Scope* scope) { in VisitInScope() function in v8::internal::interpreter::BytecodeGenerator