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

/external/webkit/Source/WebCore/bridge/
H A Druntime_array.cpp60 JSValue RuntimeArray::indexGetter(ExecState* exec, JSValue slotBase, unsigned index) function in class:JSC::RuntimeArray
89 slot.setCustomIndex(this, index, indexGetter);
111 slot.setCustomIndex(this, index, indexGetter);
123 slot.setCustomIndex(this, index, indexGetter);
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp117 static JSValue indexGetter(ExecState* exec, JSValue slotBase, unsigned index) function in namespace:WebCore
257 slot.setCustomIndex(this, i, indexGetter);
332 slot.setCustomIndex(this, i, indexGetter);

Completed in 899 milliseconds