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

/external/webkit/WebCore/bridge/
H A Druntime_array.cpp54 JSValue RuntimeArray::indexGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) function in class:JSC::RuntimeArray
83 slot.setCustomIndex(this, index, indexGetter);
105 slot.setCustomIndex(this, index, indexGetter);
117 slot.setCustomIndex(this, index, indexGetter);
/external/webkit/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp137 static JSValue indexGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) function in namespace:WebCore
277 slot.setCustomIndex(this, i, indexGetter);
352 slot.setCustomIndex(this, i, indexGetter);

Completed in 278 milliseconds