Lines Matching refs:scope
207 // place one in class scope).
690 HandleScope scope;
764 HandleScope scope;
798 HandleScope scope;
809 HandleScope scope;
825 // Saves full information about a function: its code, its scope info
827 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) {
838 Handle<Object> scope_info_list(SerializeFunctionScope(scope));
845 Object* SerializeFunctionScope(Scope* scope) {
851 // Saves some description of scope. It stores name and indexes of
852 // variables in the whole scope chain. Null-named slots delimit
854 Scope* outer_scope = scope->outer_scope();
910 HandleScope scope;
989 // A zone scope for ReferenceCollectorVisitor.
990 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT);
1076 HandleScope scope;
1123 HandleScope scope;
1546 ZoneScope scope(isolate, DELETE_ON_EXIT);
1729 isolate_->active_function_info_listener()->FunctionInfo(info, lit->scope());