Searched refs:customGetter (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCustomGetterSetter.h43 static CustomGetterSetter* create(VM& vm, CustomGetter customGetter, CustomSetter customSetter) argument
45 CustomGetterSetter* customGetterSetter = new (NotNull, allocateCell<CustomGetterSetter>(vm.heap)) CustomGetterSetter(vm, customGetter, customSetter);
H A DPropertySlot.h107 GetValueFunc customGetter() const function in class:JSC::PropertySlot
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp268 return FunctionPtr(slot.customGetter());

Completed in 161 milliseconds