Home | History | Annotate | Download | only in interpreter

Lines Matching full:currentscope

597 class BytecodeGenerator::CurrentScope final {
599 CurrentScope(BytecodeGenerator* generator, Scope* scope)
605 ~CurrentScope() {
864 CurrentScope current_scope(this, stmt->scope());
3455 CurrentScope current_scope(this, scope);