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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPropertyDescriptor.h37 class PropertyDescriptor { class in namespace:JSC
39 PropertyDescriptor() function in class:JSC::PropertyDescriptor
44 PropertyDescriptor(JSValue value, unsigned attributes) function in class:JSC::PropertyDescriptor
87 bool operator==(const PropertyDescriptor&){ return false; } argument
H A DJSCell.cpp221 bool JSCell::defineOwnProperty(JSObject*, ExecState*, PropertyName, const PropertyDescriptor&, bool) argument

Completed in 49 milliseconds