Home | History | Annotate | Download | only in src

Lines Matching refs:scope

210   // place one in class scope).
718 HandleScope scope(isolate());
801 HandleScope scope(isolate());
835 HandleScope scope(isolate());
847 HandleScope scope(isolate());
866 // Saves full information about a function: its code, its scope info
868 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope,
881 Handle<Object> scope_info_list(SerializeFunctionScope(scope, zone),
891 Object* SerializeFunctionScope(Scope* scope, Zone* zone) {
897 // Saves some description of scope. It stores name and indexes of
898 // variables in the whole scope chain. Null-named slots delimit
900 Scope* current_scope = scope;
1006 HandleScope scope(isolate);
1292 HandleScope scope(isolate);
1342 HandleScope scope(isolate);
2114 isolate_->active_function_info_listener()->FunctionInfo(info, lit->scope(),