createWrapper    1243 Source/bindings/templates/interface.cpp     v8::Handle<v8::Object> wrapper = {{v8_class}}::createWrapper(impl, creationContext, isolate);
createWrapper    1263 Source/bindings/templates/interface.cpp v8::Handle<v8::Object> {{v8_class}}::createWrapper({{pass_ref_ptr}}<{{cpp_class}}> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
createWrapper    1284 Source/bindings/templates/interface.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper     169 Source/bindings/templates/interface.h     static v8::Handle<v8::Object> createWrapper({{pass_ref_ptr}}<{{cpp_class}}>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper     202 Source/bindings/templates/interface.h     return {{v8_class}}::createWrapper(impl, creationContext, isolate);
createWrapper     141 Source/bindings/tests/results/V8SVGTestInterface.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      45 Source/bindings/tests/results/V8SVGTestInterface.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<SVGTestInterface>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      52 Source/bindings/tests/results/V8SVGTestInterface.h     return V8SVGTestInterface::createWrapper(impl, creationContext, isolate);
createWrapper     155 Source/bindings/tests/results/V8TestException.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      45 Source/bindings/tests/results/V8TestException.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestException>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      52 Source/bindings/tests/results/V8TestException.h     return V8TestException::createWrapper(impl, creationContext, isolate);
createWrapper     463 Source/bindings/tests/results/V8TestInterface2.cpp     v8::Handle<v8::Object> wrapper = V8TestInterface2::createWrapper(impl, creationContext, isolate);
createWrapper     478 Source/bindings/tests/results/V8TestInterface2.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      47 Source/bindings/tests/results/V8TestInterface2.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterface2>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper     163 Source/bindings/tests/results/V8TestInterface3.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      54 Source/bindings/tests/results/V8TestInterface3.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterface3>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      61 Source/bindings/tests/results/V8TestInterface3.h     return V8TestInterface3::createWrapper(impl, creationContext, isolate);
createWrapper     607 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      45 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceCheckSecurity>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      52 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     return V8TestInterfaceCheckSecurity::createWrapper(impl, creationContext, isolate);
createWrapper     188 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      46 Source/bindings/tests/results/V8TestInterfaceConstructor.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      53 Source/bindings/tests/results/V8TestInterfaceConstructor.h     return V8TestInterfaceConstructor::createWrapper(impl, creationContext, isolate);
createWrapper     177 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      46 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceConstructor2>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      53 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     return V8TestInterfaceConstructor2::createWrapper(impl, creationContext, isolate);
createWrapper     138 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      46 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceConstructor3>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      53 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     return V8TestInterfaceConstructor3::createWrapper(impl, creationContext, isolate);
createWrapper     123 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      47 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceCustomConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      54 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     return V8TestInterfaceCustomConstructor::createWrapper(impl, creationContext, isolate);
createWrapper     104 Source/bindings/tests/results/V8TestInterfaceDocument.cpp     v8::Handle<v8::Object> wrapper = V8TestInterfaceDocument::createWrapper(impl, creationContext, isolate);
createWrapper     134 Source/bindings/tests/results/V8TestInterfaceDocument.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      47 Source/bindings/tests/results/V8TestInterfaceDocument.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceDocument>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper     104 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      45 Source/bindings/tests/results/V8TestInterfaceEmpty.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceEmpty>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      52 Source/bindings/tests/results/V8TestInterfaceEmpty.h     return V8TestInterfaceEmpty::createWrapper(impl, creationContext, isolate);
createWrapper     414 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      49 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     static v8::Handle<v8::Object> createWrapper(PassRefPtrWillBeRawPtr<TestInterfaceEventConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      56 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     return V8TestInterfaceEventConstructor::createWrapper(impl, creationContext, isolate);
createWrapper     156 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      54 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceEventTarget>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      61 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     return V8TestInterfaceEventTarget::createWrapper(impl, creationContext, isolate);
createWrapper     192 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      52 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceNamedConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      59 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     return V8TestInterfaceNamedConstructor::createWrapper(impl, creationContext, isolate);
createWrapper     156 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      51 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceNamedConstructor2>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      58 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     return V8TestInterfaceNamedConstructor2::createWrapper(impl, creationContext, isolate);
createWrapper     364 Source/bindings/tests/results/V8TestInterfaceNode.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      47 Source/bindings/tests/results/V8TestInterfaceNode.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceNode>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      54 Source/bindings/tests/results/V8TestInterfaceNode.h     return V8TestInterfaceNode::createWrapper(impl, creationContext, isolate);
createWrapper     198 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      50 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     static v8::Handle<v8::Object> createWrapper(PassRefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      57 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     return V8TestInterfaceWillBeGarbageCollected::createWrapper(impl, creationContext, isolate);
createWrapper     233 Source/bindings/tests/results/V8TestNode.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      48 Source/bindings/tests/results/V8TestNode.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestNode>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      55 Source/bindings/tests/results/V8TestNode.h     return V8TestNode::createWrapper(impl, creationContext, isolate);
createWrapper    8165 Source/bindings/tests/results/V8TestObject.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      64 Source/bindings/tests/results/V8TestObject.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestObject>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      71 Source/bindings/tests/results/V8TestObject.h     return V8TestObject::createWrapper(impl, creationContext, isolate);
createWrapper     232 Source/bindings/tests/results/V8TestSpecialOperations.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      45 Source/bindings/tests/results/V8TestSpecialOperations.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestSpecialOperations>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      52 Source/bindings/tests/results/V8TestSpecialOperations.h     return V8TestSpecialOperations::createWrapper(impl, creationContext, isolate);
createWrapper     144 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      45 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestSpecialOperationsNotEnumerable>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      52 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     return V8TestSpecialOperationsNotEnumerable::createWrapper(impl, creationContext, isolate);
createWrapper     347 Source/bindings/tests/results/V8TestTypedefs.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
createWrapper      46 Source/bindings/tests/results/V8TestTypedefs.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestTypedefs>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      53 Source/bindings/tests/results/V8TestTypedefs.h     return V8TestTypedefs::createWrapper(impl, creationContext, isolate);
createWrapper     106 Source/bindings/v8/CustomElementWrapper.cpp     v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, binding->wrapperType(), element.get(), isolate);
createWrapper      46 Source/bindings/v8/V8DOMWrapper.h         static v8::Local<v8::Object> createWrapper(v8::Handle<v8::Object> creationContext, const WrapperTypeInfo*, void*, v8::Isolate*);
createWrapper      75 Source/bindings/v8/custom/V8ArrayBufferCustom.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<ArrayBuffer>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper      82 Source/bindings/v8/custom/V8ArrayBufferCustom.h     return V8ArrayBuffer::createWrapper(impl, creationContext, isolate);
createWrapper     111 Source/bindings/v8/custom/V8AudioNodeCustom.cpp     return V8AudioNode::createWrapper(impl, creationContext, isolate);
createWrapper      56 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return V8CSSRule::createWrapper(impl, creationContext, isolate);
createWrapper      80 Source/bindings/v8/custom/V8CSSRuleCustom.cpp     return V8CSSRule::createWrapper(impl, creationContext, isolate);
createWrapper      52 Source/bindings/v8/custom/V8CSSValueCustom.cpp     return V8CSSValue::createWrapper(impl, creationContext, isolate);
createWrapper      66 Source/bindings/v8/custom/V8EventCustom.cpp         return V8Event::createWrapper(event, creationContext, isolate);
createWrapper      70 Source/bindings/v8/custom/V8EventCustom.cpp     return V8Event::createWrapper(event, creationContext, isolate);
createWrapper      57 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp     return V8HTMLCollection::createWrapper(impl, creationContext, isolate);
createWrapper      41 Source/bindings/v8/custom/V8ImageDataCustom.cpp     v8::Handle<v8::Object> wrapper = V8ImageData::createWrapper(impl, creationContext, isolate);
createWrapper      71 Source/bindings/v8/custom/V8MessageEventCustom.cpp     v8::Handle<v8::Object> wrapper = V8MessageEvent::createWrapper(impl, creationContext, isolate);
createWrapper     133 Source/bindings/v8/custom/V8NodeCustom.cpp         return V8Element::createWrapper(toElement(impl), creationContext, isolate);
createWrapper     154 Source/bindings/v8/custom/V8NodeCustom.cpp     return V8Node::createWrapper(impl, creationContext, isolate);
createWrapper      57 Source/bindings/v8/custom/V8PerformanceEntryCustom.cpp     return V8PerformanceEntry::createWrapper(impl, creationContext, isolate);
createWrapper     677 Source/bindings/v8/custom/V8PromiseCustom.cpp     v8::Local<v8::Object> promise = V8DOMWrapper::createWrapper(creationContext, &V8Promise::wrapperTypeInfo, 0, isolate);
createWrapper     102 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp     return V8SVGPathSeg::createWrapper(impl, creationContext, isolate);
createWrapper      45 Source/bindings/v8/custom/V8StyleSheetCustom.cpp     return V8StyleSheet::createWrapper(impl, creationContext, isolate);
createWrapper      45 Source/bindings/v8/custom/V8TextCustom.cpp     return V8Text::createWrapper(impl, creationContext, isolate);
createWrapper      65 Source/bindings/v8/custom/V8TypedArrayCustom.h         return V8TypedArray<TypedArray>::createWrapper(impl, creationContext, isolate);
createWrapper     127 Source/bindings/v8/custom/V8TypedArrayCustom.h     static v8::Handle<v8::Object> createWrapper(PassRefPtr<TypedArray>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
createWrapper     138 Source/bindings/v8/custom/V8TypedArrayCustom.h v8::Handle<v8::Object> V8TypedArray<TypedArray>::createWrapper(PassRefPtr<TypedArray> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)