Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h47 class CurrentScope; variable
Dbytecode-generator.cc597 class BytecodeGenerator::CurrentScope final { class in v8::internal::interpreter::BytecodeGenerator
599 CurrentScope(BytecodeGenerator* generator, Scope* scope) in CurrentScope() function in v8::internal::interpreter::BytecodeGenerator::CurrentScope
605 ~CurrentScope() { in ~CurrentScope()
864 CurrentScope current_scope(this, stmt->scope()); in VisitBlock()
3455 CurrentScope current_scope(this, scope); in VisitInScope()