Lines Matching refs:scope
180 // place one in class scope).
615 HandleScope scope(isolate());
682 HandleScope scope(isolate());
707 HandleScope scope(isolate());
720 HandleScope scope(isolate());
739 // Saves full information about a function: its code, its scope info
741 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope,
754 Handle<Object> scope_info_list = SerializeFunctionScope(scope, zone);
763 Handle<Object> SerializeFunctionScope(Scope* scope, Zone* zone) {
767 // Saves some description of scope. It stores name and indexes of
768 // variables in the whole scope chain. Null-named slots delimit
770 Scope* current_scope = scope;
911 HandleScope scope(isolate);
1269 HandleScope scope(isolate);
1530 HandleScope scope(isolate);
1911 HandleScope scope(isolate);
2072 isolate_->active_function_info_listener()->FunctionInfo(info, lit->scope(),