Searched refs:defineOwnProperty (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSArray.h62 JS_EXPORT_PRIVATE static bool defineOwnProperty(JSObject*, ExecState*, PropertyName, const PropertyDescriptor&, bool throwException);
H A DJSGlobalObject.cpp230 bool JSGlobalObject::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) function in class:JSC::JSGlobalObject
237 return Base::defineOwnProperty(thisObject, exec, propertyName, descriptor, shouldThrow);
H A DJSGlobalObject.h336 JS_EXPORT_PRIVATE static bool defineOwnProperty(JSObject*, ExecState*, PropertyName, const PropertyDescriptor&, bool shouldThrow);
H A DJSArray.cpp78 bool JSArray::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool throwException) function in class:JSC::JSArray
H A DJSObject.h461 // putDirect is effectively an unchecked vesion of 'defineOwnProperty':
597 JS_EXPORT_PRIVATE static bool defineOwnProperty(JSObject*, ExecState*, PropertyName, const PropertyDescriptor&, bool shouldThrow);
H A DJSObject.cpp1742 // state (i.e. defineOwnProperty could be used to set a value without needing to entering 'SparseMode').
2677 bool JSObject::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool throwException) function in class:JSC::JSObject
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMWindowCustom.cpp410 bool JSDOMWindow::defineOwnProperty(JSC::JSObject* object, JSC::ExecState* exec, JSC::PropertyName propertyName, const JSC::PropertyDescriptor& descriptor, bool shouldThrow) function in class:WebCore::JSDOMWindow
421 return Base::defineOwnProperty(thisObject, exec, propertyName, descriptor, shouldThrow);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSObjectRef.cpp361 jsObject->methodTable()->defineOwnProperty(jsObject, exec, name, desc, false);

Completed in 221 milliseconds

12