Searched refs:prototypeForType (Results 1 – 3 of 3) sorted by relevance
86 …v8::Local<v8::Object> basePrototype = V8PerContextData::from(m_context)->prototypeForType(&V8HTMLE… in validateOptions()245 …v8::Handle<v8::Object> elementPrototype = V8PerContextData::from(m_context)->prototypeForType(type… in hasValidPrototypeChainFor()
141 v8::Local<v8::Object> prototypeForType(const WrapperTypeInfo*);
143 v8::Local<v8::Object> V8PerContextData::prototypeForType(const WrapperTypeInfo* type) in prototypeForType() function in WebCore::V8PerContextData