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

/external/webkit/Source/WebCore/bindings/v8/
H A DV8Collection.h45 template<class T> static v8::Handle<v8::Value> getV8Object(T* implementation) function in namespace:WebCore
57 template<class T> static v8::Handle<v8::Value> getV8Object(PassRefPtr<T> implementation) function in namespace:WebCore
59 return getV8Object(implementation.get());
70 return getV8Object<ItemType>(collection->namedItem(propertyName));
95 return getV8Object<ItemType>(collection->item(index));

Completed in 41 milliseconds