Searched refs:VisitInScope (Results 1 – 2 of 2) sorted by relevance
234 void VisitInScope(Statement* stmt, Scope* scope);
1413 VisitInScope(stmt->statement(), stmt->scope()); in VisitWithStatement()1723 VisitInScope(stmt->catch_block(), stmt->scope()); in VisitTryCatchStatement()5060 void BytecodeGenerator::VisitInScope(Statement* stmt, Scope* scope) { in VisitInScope() function in v8::internal::interpreter::BytecodeGenerator