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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DGetterSetter.cpp48 JSValue callGetter(ExecState* exec, JSValue base, JSValue getterSetter) argument
64 void callSetter(ExecState* exec, JSValue base, JSValue getterSetter, JSValue value, ECMAMode ecmaMode) argument
H A DGetterSetter.h51 GetterSetter* getterSetter = new (NotNull, allocateCell<GetterSetter>(vm.heap)) GetterSetter(vm); local
H A DPropertySlot.h101 GetterSetter* getterSetter() const function in class:JSC::PropertySlot
183 void setGetterSlot(JSObject* slotBase, unsigned attributes, GetterSetter* getterSetter) argument
195 void setCacheableGetterSlot(JSObject* slotBase, unsigned attributes, GetterSetter* getterSetter, PropertyOffset offset) argument
229 GetterSetter* getterSetter; member in struct:JSC::PropertySlot::__anon2677::__anon2678
[all...]
H A DJSGlobalObject.cpp611 GetterSetter* getterSetter = GetterSetter::create(vm); local
H A DJSObject.cpp1684 NEVER_INLINE void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue getterSetter, unsigned attributes, PropertyOffset offset) argument
[all...]

Completed in 98 milliseconds