Lines Matching refs:NewScope
112 Scope* top_scope = NewScope(scope_, SCRIPT_SCOPE); in PreParseLazyFunction()
117 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in PreParseLazyFunction()
295 Scope* body_scope = NewScope(scope_, BLOCK_SCOPE); in ParseScopedStatement()
466 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); in ParseBlock()
780 Scope* with_scope = NewScope(scope_, WITH_SCOPE); in ParseWithStatement()
796 Scope* cases_scope = NewScope(scope_, BLOCK_SCOPE); in ParseSwitchStatement()
857 Scope* for_scope = NewScope(scope_, BLOCK_SCOPE); in ParseForStatement()
948 Scope* body_scope = NewScope(scope_, BLOCK_SCOPE); in ParseForStatement()
964 if (has_lexical) inner_scope = NewScope(for_scope, BLOCK_SCOPE); in ParseForStatement()
1032 Scope* catch_scope = NewScope(scope_, CATCH_SCOPE); in ParseTryStatement()
1042 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); in ParseTryStatement()
1099 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in ParseFunctionLiteral()
1219 Scope* scope = NewScope(scope_, BLOCK_SCOPE); in ParseClassLiteral()