Searched refs:hasOwnPropertyForWrite (Results 1 – 3 of 3) sorted by relevance
158 virtual bool hasOwnPropertyForWrite(ExecState*, const Identifier&);337 …inline bool JSGlobalObject::hasOwnPropertyForWrite(ExecState* exec, const Identifier& propertyName) in hasOwnPropertyForWrite() function
357 if (JSGlobalObject::hasOwnPropertyForWrite(exec, propertyName)) { in put()
28160 not putting. Rename JSGlobalObject::getOwnPropertySlot to hasOwnPropertyForWrite,28165 (JSC::JSGlobalObject::hasOwnPropertyForWrite):