Searched refs:slotIsWriteable (Results 1 – 3 of 3) sorted by relevance
97 bool symbolTableGet(const Identifier&, PropertySlot&, bool& slotIsWriteable);114 …leObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot, bool& slotIsWriteable) in symbolTableGet() argument119 slotIsWriteable = !entry.isReadOnly(); in symbolTableGet()
354 bool slotIsWriteable; in hasOwnPropertyForWrite() local355 return symbolTableGet(propertyName, slot, slotIsWriteable); in hasOwnPropertyForWrite()
8583 …Set slotIsWriteable to false for __proto__, we want setting __proto__ to go through JSObject::put …