Lines Matching defs:current
160 Scope* current = scope_;
161 SetClosureScopeIfFound(current);
163 while (parent != current) {
164 parent = current;
165 for (Scope* inner_scope = current->inner_scope(); inner_scope != nullptr;
169 current = inner_scope;
174 start_scope_ = current;
231 // which is not consistent with the current scope chain. Therefore all
307 // so we can safely assume that the closure context for the current
330 Context current = *context_;
332 Object wrapped = current.get(Context::WRAPPED_CONTEXT_INDEX);
334 current = Context::cast(wrapped);
336 DCHECK(!current.previous().is_null());
337 current = current.previous();
339 } while (current.IsDebugEvaluateContext());
340 context_ = handle(current, isolate_);
490 // Return the type of the current scope.
667 // Debug print of the content of the current scope.
798 // around "this", since the current way is rather hacky when the