Searched defs:putProperty (Results 1 – 2 of 2) sorted by relevance
1028 void putProperty(JSArray* array, unsigned index, JSValue value) in putProperty() function in WebCore::CloneDeserializer1036 void putProperty(JSObject* object, const Identifier& property, JSValue value) in putProperty() function in WebCore::CloneDeserializer
145 static void putProperty(ExecState* exec, JSObject* obj, const Identifier& propertyName, JSValue val… in putProperty() function