Searched defs:putDirect (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DJSObject.h171 void putDirect(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot);
172 void putDirect(const Identifier& propertyName, JSValue value, unsigned attr = 0);
532 inline void JSObject::putDirect(const Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) function in class:JSC::JSObject
540 inline void JSObject::putDirect(const Identifier& propertyName, JSValue value, unsigned attributes) function in class:JSC::JSObject

Completed in 21 milliseconds