Lines Matching refs:scope
11 #include "src/logging/runtime-call-stats-scope.h"
74 DeclarationScope* scope = NewScriptScope(REPLMode::kNo);
76 scope->set_is_being_lazily_parsed(true);
81 // the global scope.
82 if (flags().is_module()) scope = NewModuleScope(scope);
84 FunctionState top_scope(&function_state_, &scope_, scope);
89 CheckConflictingVarDeclarations(scope);
124 // scope stack. All scopes above the function_scope are ignored by the
321 AcceptINScope scope(this, true);
325 // Parsing the body may change the language mode in our scope.
373 DCHECK_EQ(this->scope()->is_function_scope(), formals->is_simple);
381 DCHECK(scope()->is_function_scope());
382 if (scope()->AsDeclarationScope()->sloppy_eval_can_extend_vars() &&