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

/external/webkit/Source/WebCore/bindings/v8/
H A DV8Collection.h89 template<class Collection, class ItemType> static v8::Handle<v8::Value> getIndexedPropertyOfCollection(uint32_t index, v8::Local<v8::Object> object) function in namespace:WebCore
101 return getIndexedPropertyOfCollection<Collection, ItemType>(index, info.Holder());

Completed in 1261 milliseconds