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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSFunction.h181 static EncodedJSValue lengthGetter(ExecState*, JSObject*, EncodedJSValue, PropertyName);
H A DJSFunction.cpp304 EncodedJSValue JSFunction::lengthGetter(ExecState*, JSObject* slotBase, EncodedJSValue, PropertyName) function in class:JSC::JSFunction
354 slot.setCacheableCustom(thisObject, ReadOnly | DontEnum | DontDelete, lengthGetter);
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Djsc.cpp310 slot.setCacheableCustom(thisObject, DontDelete | ReadOnly | DontEnum, thisObject->lengthGetter);
380 static EncodedJSValue lengthGetter(ExecState* exec, JSObject*, EncodedJSValue thisValue, PropertyName) function in class:__anon2622::RuntimeArray

Completed in 70 milliseconds