Lines Matching defs:global
890 // If we have a global object, invalidate the cell and remove it from the
891 // global object's dictionary.
3188 // The global object is always normalized.
4963 // We also invalidate global objects validity cell when a new lexical
4965 // Load/StoreGlobalIC handlers that load/store from global object's prototype
4967 // Note, that the normal Load/StoreICs that load/store through the global object
4971 void JSObject::InvalidatePrototypeValidityCell(JSGlobalObject global) {
4973 InvalidateOnePrototypeValidityCellInternal(global.map());
5379 void JSGlobalObject::InvalidatePropertyCell(Handle<JSGlobalObject> global,
5381 Isolate* isolate = global->GetIsolate();
5383 // Load/StoreGlobalICs that load/store through global object's prototype.
5384 JSObject::InvalidatePrototypeValidityCell(*global);
5385 DCHECK(!global->HasFastProperties());
5386 auto dictionary = handle(global->global_dictionary(kAcquireLoad), isolate);