Lines Matching defs:global
15 #include "src/handles/global-handles.h"
1773 // We assume that global objects can only have slow properties.
2254 // Add a shortcut to JS global object reference at snapshot root.
2255 // That allows the user to easily find global objects. They are
2259 JSGlobalObject global = Context::cast(child_obj).global_object();
2260 if (!global.IsJSGlobalObject()) return;
2262 if (!user_roots_.insert(global).second) return;
2264 SetUserGlobalReference(global);
2339 Object global = proxy.map(isolate_).prototype(isolate_);
2340 if (!global.IsJSGlobalObject(isolate_)) continue;
2341 objects_.push_back(handle(JSGlobalObject::cast(global), isolate_));