Home | History | Annotate | Download | only in dom

Lines Matching refs:wrapperType

2482     const WrapperTypeInfo* wrapperType = wrapperTypeInfo();
2484 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScriptWrappableBase(), isolate);
2488 wrapperType->installConditionallyEnabledProperties(wrapper, isolate);
2489 return associateWithWrapper(wrapperType, wrapper, isolate);
2492 v8::Handle<v8::Object> Node::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate)
2494 return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate);