Home | History | Annotate | Download | only in src

Lines Matching refs:JSGlobalObject

1478     // JSGlobalProxy, JSGlobalObject, JSUndetectableObject, JSValue).
2217 object = handle(JSGlobalObject::cast(*object)->global_receiver(), isolate);
5247 return JSGlobalObject::DeleteProperty(
5248 handle(JSGlobalObject::cast(proto)), name, mode);
14979 Handle<PropertyCell> JSGlobalObject::EnsurePropertyCell(
14980 Handle<JSGlobalObject> global,