Lines Matching refs:scope
210 // place one in class scope).
718 HandleScope scope(isolate());
800 HandleScope scope(isolate());
834 HandleScope scope(isolate());
846 HandleScope scope(isolate());
864 // Saves full information about a function: its code, its scope info
866 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope,
878 Handle<Object> scope_info_list(SerializeFunctionScope(scope, zone),
888 Object* SerializeFunctionScope(Scope* scope, Zone* zone) {
894 // Saves some description of scope. It stores name and indexes of
895 // variables in the whole scope chain. Null-named slots delimit
897 Scope* outer_scope = scope->outer_scope();
1004 HandleScope scope(array->GetIsolate());
1273 HandleScope scope(isolate);
1323 HandleScope scope(isolate);
2090 isolate_->active_function_info_listener()->FunctionInfo(info, lit->scope(),