Home | History | Annotate | Download | only in src

Lines Matching defs:global_obj

1208     GlobalObject* global_obj = GlobalObject::cast(obj);
1209 SetInternalReference(global_obj, entry,
1210 "builtins", global_obj->builtins(),
1212 SetInternalReference(global_obj, entry,
1213 "native_context", global_obj->native_context(),
1215 SetInternalReference(global_obj, entry,
1216 "global_context", global_obj->global_context(),
1218 SetInternalReference(global_obj, entry,
1219 "global_receiver", global_obj->global_receiver(),
2250 Handle<JSGlobalObject> global_obj = enumerator.at(i);
2252 Utils::ToLocal(Handle<JSObject>::cast(global_obj)));