Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h56 class CurrentScope; variable
Dbytecode-generator.cc784 class BytecodeGenerator::CurrentScope final { class in v8::internal::interpreter::BytecodeGenerator
786 CurrentScope(BytecodeGenerator* generator, Scope* scope) in CurrentScope() function in v8::internal::interpreter::BytecodeGenerator::CurrentScope
793 ~CurrentScope() { in ~CurrentScope()
1165 CurrentScope current_scope(this, stmt->scope()); in VisitBlock()
1959 CurrentScope current_scope(this, expr->scope()); in VisitClassLiteral()
5062 CurrentScope current_scope(this, scope); in VisitInScope()