Lines Matching refs:scope
207 // place one in class scope).
599 HandleScope scope;
673 HandleScope scope;
707 HandleScope scope;
718 HandleScope scope;
734 // Saves full information about a function: its code, its scope info
736 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) {
747 Handle<Object> scope_info_list(SerializeFunctionScope(scope));
754 Object* SerializeFunctionScope(Scope* scope) {
760 // Saves some description of scope. It stores name and indexes of
761 // variables in the whole scope chain. Null-named slots delimit
763 Scope* outer_scope = scope->outer_scope();
838 HandleScope scope;
916 // A zone scope for ReferenceCollectorVisitor.
917 ZoneScope scope(DELETE_ON_EXIT);
1004 HandleScope scope;
1049 HandleScope scope;
1465 ZoneScope scope(DELETE_ON_EXIT);
1648 isolate_->active_function_info_listener()->FunctionInfo(info, lit->scope());