Home | History | Annotate | Download | only in compiler

Lines Matching refs:Scope

148   Scope* current_scope() const;
273 Node* BuildLocalFunctionContext(Scope* scope);
274 Node* BuildLocalScriptContext(Scope* scope);
275 Node* BuildLocalBlockContext(Scope* scope);
385 // to resolve to a global slot or context slot (inferred from scope chain).
405 void VisitInScope(Statement* stmt, Scope* scope, Node* context);
473 Environment(AstGraphBuilder* builder, Scope* scope, Node* control_dependency);