Home | History | Annotate | Download | only in debug

Lines Matching refs:Scope

15 // The iteration proceeds from the innermost visible nested scope outwards.
16 // All scopes are backed by an actual context except the local scope,
57 // Move to the next scope.
60 // Return the type of the current scope.
63 // Return the JavaScript object with the content of the current scope.
73 // Return the context for this scope. For the local context there might not
81 // Debug print of the content of the current scope.
113 void RetrieveScopeChain(Scope* scope);
115 void CollectNonLocals(Scope* scope);
158 // Get the chain of nested scopes within this scope for the source statement
159 // position. The scopes will be added to the list from the outermost scope to
160 // the innermost scope. Only nested block, catch or with scopes are tracked
162 void GetNestedScopeChain(Isolate* isolate, Scope* scope,