Searched refs:implementationType (Results 1 – 1 of 1) sorted by relevance
44 …ic v8::Handle<v8::Value> getV8Object(void* implementation, v8::Local<v8::Value> implementationType) in getV8Object() argument48 V8ClassIndex::V8WrapperType type = V8ClassIndex::FromInt(implementationType->Int32Value()); in getV8Object()54 …andle<v8::Value> getV8Object(PassRefPtr<T> implementation, v8::Local<v8::Value> implementationType) in getV8Object() argument56 return getV8Object(implementation.get(), implementationType); in getV8Object()61 … v8::Local<v8::Value> implementationType) in getNamedPropertyOfCollection() argument69 return getV8Object<ItemType>(collection->namedItem(propertyName), implementationType); in getNamedPropertyOfCollection()109 … v8::Local<v8::Value> implementationType) in getIndexedPropertyOfCollection() argument116 return getV8Object<ItemType>(collection->item(index), implementationType); in getIndexedPropertyOfCollection()