prototypeForType   84 Source/bindings/v8/CustomElementConstructorBuilder.cpp         v8::Local<v8::Object> basePrototype = m_scriptState->perContextData()->prototypeForType(&V8HTMLElement::wrapperTypeInfo);
prototypeForType  243 Source/bindings/v8/CustomElementConstructorBuilder.cpp     v8::Handle<v8::Object> elementPrototype = m_scriptState->perContextData()->prototypeForType(type);
prototypeForType   89 Source/bindings/v8/V8PerContextData.h     v8::Local<v8::Object> prototypeForType(const WrapperTypeInfo*);