Home
last modified time | relevance | path

Searched refs:setCacheableCustom (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSFunction.cpp206 slot.setCacheableCustom(this, argumentsGetter); in getOwnPropertySlot()
211 slot.setCacheableCustom(this, lengthGetter); in getOwnPropertySlot()
221 slot.setCacheableCustom(this, callerGetter); in getOwnPropertySlot()
DLookup.h200 slot.setCacheableCustom(thisObj, entry->propertyGetter()); in getStaticPropertySlot()
277 slot.setCacheableCustom(thisObj, entry->propertyGetter()); in getStaticValueSlot()
DPropertySlot.h135 void setCacheableCustom(JSValue slotBase, GetValueFunc getValue) in setCacheableCustom() function
/external/webkit/Source/WebCore/bridge/
Druntime_method.cpp70 slot.setCacheableCustom(this, lengthGetter); in getOwnPropertySlot()
Druntime_array.cpp81 slot.setCacheableCustom(this, lengthGetter); in getOwnPropertySlot()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-246628 (JSC::PropertySlot::setCacheableCustom):