WrapperTypeInfo    74 Source/bindings/templates/interface.cpp     v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
WrapperTypeInfo   563 Source/bindings/templates/interface.cpp const WrapperTypeInfo {{v8_class}}Constructor::wrapperTypeInfo = { gin::kEmbedderBlink, {{v8_class}}Constructor::domTemplate, {{v8_class}}::derefObject, {{to_active_dom_object}}, {{to_event_target}}, 0, {{v8_class}}::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   851 Source/bindings/templates/interface.cpp     templ->SetAccessCheckCallbacks(V8Window::namedSecurityCheckCustom, V8Window::indexedSecurityCheckCustom, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&V8Window::wrapperTypeInfo)));
WrapperTypeInfo   904 Source/bindings/templates/interface.cpp     instanceTemplate->SetAccessCheckCallbacks({{cpp_class}}V8Internal::namedSecurityCheck, {{cpp_class}}V8Internal::indexedSecurityCheck, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&{{v8_class}}::wrapperTypeInfo)));
WrapperTypeInfo  1022 Source/bindings/templates/interface.cpp     instanceTemplate->SetAccessCheckCallbacks(V8Window::namedSecurityCheckCustom, V8Window::indexedSecurityCheckCustom, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&V8Window::wrapperTypeInfo)), false);
WrapperTypeInfo  1100 Source/bindings/templates/interface.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo  1107 Source/bindings/templates/interface.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo  1268 Source/bindings/templates/interface.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    24 Source/bindings/templates/interface.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    38 Source/bindings/templates/interface.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    53 Source/bindings/templates/interface_base.cpp const WrapperTypeInfo {{v8_class}}::wrapperTypeInfo = { gin::kEmbedderBlink, {{v8_class}}::domTemplate, {{v8_class}}::derefObject, {{to_active_dom_object}}, {{to_event_target}}, {{visit_dom_wrapper}}, {{v8_class}}::installPerContextEnabledMethods, {{parent_wrapper_type_info}}, {{wrapper_type_prototype}}, {{will_be_garbage_collected}} };
WrapperTypeInfo    41 Source/bindings/tests/results/V8SVGTestInterface.cpp const WrapperTypeInfo V8SVGTestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8SVGTestInterface::domTemplate, V8SVGTestInterface::derefObject, 0, 0, 0, V8SVGTestInterface::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   104 Source/bindings/tests/results/V8SVGTestInterface.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   111 Source/bindings/tests/results/V8SVGTestInterface.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   135 Source/bindings/tests/results/V8SVGTestInterface.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8SVGTestInterface.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    39 Source/bindings/tests/results/V8TestException.cpp const WrapperTypeInfo V8TestException::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestException::domTemplate, V8TestException::derefObject, 0, 0, 0, V8TestException::installPerContextEnabledMethods, 0, WrapperTypeExceptionPrototype, false };
WrapperTypeInfo   118 Source/bindings/tests/results/V8TestException.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   125 Source/bindings/tests/results/V8TestException.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   149 Source/bindings/tests/results/V8TestException.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestException.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    50 Source/bindings/tests/results/V8TestInterface.cpp const WrapperTypeInfo V8TestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface::domTemplate, V8TestInterface::derefObject, V8TestInterface::toActiveDOMObject, 0, V8TestInterface::visitDOMWrapper, V8TestInterface::installPerContextEnabledMethods, &V8TestInterfaceEmpty::wrapperTypeInfo, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   733 Source/bindings/tests/results/V8TestInterface.cpp     v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
WrapperTypeInfo  1195 Source/bindings/tests/results/V8TestInterface.cpp     {"testImplementedAsConstructorAttribute", TestInterfaceImplementationV8Internal::TestInterfaceImplementationConstructorGetter, TestInterfaceImplementationV8Internal::TestInterfaceImplementationReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperTypeInfo*>(&V8TestImplementedAs::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */},
WrapperTypeInfo  1316 Source/bindings/tests/results/V8TestInterface.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo  1323 Source/bindings/tests/results/V8TestInterface.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo    30 Source/bindings/tests/results/V8TestInterface.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    45 Source/bindings/tests/results/V8TestInterface2.cpp const WrapperTypeInfo V8TestInterface2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface2::domTemplate, V8TestInterface2::derefObject, 0, 0, V8TestInterface2::visitDOMWrapper, V8TestInterface2::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   430 Source/bindings/tests/results/V8TestInterface2.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   437 Source/bindings/tests/results/V8TestInterface2.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   472 Source/bindings/tests/results/V8TestInterface2.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterface2.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterface3.cpp const WrapperTypeInfo V8TestInterface3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface3::domTemplate, V8TestInterface3::derefObject, 0, 0, V8TestInterface3::visitDOMWrapper, V8TestInterface3::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   126 Source/bindings/tests/results/V8TestInterface3.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   133 Source/bindings/tests/results/V8TestInterface3.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   157 Source/bindings/tests/results/V8TestInterface3.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterface3.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp const WrapperTypeInfo V8TestInterfaceCheckSecurity::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceCheckSecurity::domTemplate, V8TestInterfaceCheckSecurity::derefObject, 0, 0, 0, V8TestInterfaceCheckSecurity::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   552 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     instanceTemplate->SetAccessCheckCallbacks(TestInterfaceCheckSecurityV8Internal::namedSecurityCheck, TestInterfaceCheckSecurityV8Internal::indexedSecurityCheck, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&V8TestInterfaceCheckSecurity::wrapperTypeInfo)));
WrapperTypeInfo   570 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   577 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   601 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    43 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp const WrapperTypeInfo V8TestInterfaceConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceConstructor::domTemplate, V8TestInterfaceConstructor::derefObject, 0, 0, 0, V8TestInterfaceConstructor::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   151 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   158 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   182 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterfaceConstructor.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    42 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp const WrapperTypeInfo V8TestInterfaceConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceConstructor2::domTemplate, V8TestInterfaceConstructor2::derefObject, 0, 0, 0, V8TestInterfaceConstructor2::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   140 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   147 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   171 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp const WrapperTypeInfo V8TestInterfaceConstructor3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceConstructor3::domTemplate, V8TestInterfaceConstructor3::derefObject, 0, 0, 0, V8TestInterfaceConstructor3::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   101 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   108 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   132 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp const WrapperTypeInfo V8TestInterfaceCustomConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceCustomConstructor::domTemplate, V8TestInterfaceCustomConstructor::derefObject, 0, 0, 0, V8TestInterfaceCustomConstructor::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo    86 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo    93 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   117 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    42 Source/bindings/tests/results/V8TestInterfaceDocument.cpp const WrapperTypeInfo V8TestInterfaceDocument::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceDocument::domTemplate, V8TestInterfaceDocument::derefObject, 0, V8TestInterfaceDocument::toEventTarget, 0, V8TestInterfaceDocument::installPerContextEnabledMethods, &V8Document::wrapperTypeInfo, WrapperTypeObjectPrototype, false };
WrapperTypeInfo    70 Source/bindings/tests/results/V8TestInterfaceDocument.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo    77 Source/bindings/tests/results/V8TestInterfaceDocument.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   120 Source/bindings/tests/results/V8TestInterfaceDocument.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    29 Source/bindings/tests/results/V8TestInterfaceDocument.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    39 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEmpty::domTemplate, V8TestInterfaceEmpty::derefObject, 0, 0, 0, V8TestInterfaceEmpty::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo    67 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo    74 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo    98 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestInterfaceEmpty.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    46 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp const WrapperTypeInfo V8TestInterfaceEventConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEventConstructor::domTemplate, V8TestInterfaceEventConstructor::derefObject, 0, 0, 0, V8TestInterfaceEventConstructor::installPerContextEnabledMethods, &V8Event::wrapperTypeInfo, WrapperTypeObjectPrototype, true };
WrapperTypeInfo   377 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   384 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   408 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    30 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp const WrapperTypeInfo V8TestInterfaceEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEventTarget::domTemplate, V8TestInterfaceEventTarget::derefObject, 0, V8TestInterfaceEventTarget::toEventTarget, 0, V8TestInterfaceEventTarget::installPerContextEnabledMethods, &V8EventTarget::wrapperTypeInfo, WrapperTypeObjectPrototype, false };
WrapperTypeInfo    48 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp const WrapperTypeInfo V8TestInterfaceEventTargetConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEventTargetConstructor::domTemplate, V8TestInterfaceEventTarget::derefObject, 0, V8TestInterfaceEventTarget::toEventTarget, 0, V8TestInterfaceEventTarget::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   114 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   121 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   150 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    22 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    35 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp const WrapperTypeInfo V8TestInterfaceNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNamedConstructor::domTemplate, V8TestInterfaceNamedConstructor::derefObject, V8TestInterfaceNamedConstructor::toActiveDOMObject, 0, 0, V8TestInterfaceNamedConstructor::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo    53 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
WrapperTypeInfo    69 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     {"testNamedConstructorConstructorAttribute", TestInterfaceNamedConstructorV8Internal::TestInterfaceNamedConstructorConstructorGetter, TestInterfaceNamedConstructorV8Internal::TestInterfaceNamedConstructorReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperTypeInfo*>(&V8TestNamedConstructor::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */},
WrapperTypeInfo    72 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp const WrapperTypeInfo V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNamedConstructorConstructor::domTemplate, V8TestInterfaceNamedConstructor::derefObject, V8TestInterfaceNamedConstructor::toActiveDOMObject, 0, 0, V8TestInterfaceNamedConstructor::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   150 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   157 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   186 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    21 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    34 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp const WrapperTypeInfo V8TestInterfaceNamedConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNamedConstructor2::domTemplate, V8TestInterfaceNamedConstructor2::derefObject, 0, 0, 0, V8TestInterfaceNamedConstructor2::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo    48 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp const WrapperTypeInfo V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNamedConstructor2Constructor::domTemplate, V8TestInterfaceNamedConstructor2::derefObject, 0, 0, 0, V8TestInterfaceNamedConstructor2::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   119 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   126 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   150 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    21 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    34 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    44 Source/bindings/tests/results/V8TestInterfaceNode.cpp const WrapperTypeInfo V8TestInterfaceNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNode::domTemplate, V8TestInterfaceNode::derefObject, 0, V8TestInterfaceNode::toEventTarget, 0, V8TestInterfaceNode::installPerContextEnabledMethods, &V8Node::wrapperTypeInfo, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   322 Source/bindings/tests/results/V8TestInterfaceNode.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   329 Source/bindings/tests/results/V8TestInterfaceNode.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   358 Source/bindings/tests/results/V8TestInterfaceNode.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    29 Source/bindings/tests/results/V8TestInterfaceNode.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp const WrapperTypeInfo V8TestInterfaceWillBeGarbageCollected::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceWillBeGarbageCollected::domTemplate, V8TestInterfaceWillBeGarbageCollected::derefObject, 0, V8TestInterfaceWillBeGarbageCollected::toEventTarget, 0, V8TestInterfaceWillBeGarbageCollected::installPerContextEnabledMethods, &V8EventTarget::wrapperTypeInfo, WrapperTypeObjectPrototype, true };
WrapperTypeInfo   156 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   163 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   192 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    29 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    40 Source/bindings/tests/results/V8TestNode.cpp const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestNode::domTemplate, V8TestNode::derefObject, 0, V8TestNode::toEventTarget, 0, V8TestNode::installPerContextEnabledMethods, &V8Node::wrapperTypeInfo, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   191 Source/bindings/tests/results/V8TestNode.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   198 Source/bindings/tests/results/V8TestNode.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   227 Source/bindings/tests/results/V8TestNode.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    29 Source/bindings/tests/results/V8TestNode.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    79 Source/bindings/tests/results/V8TestObject.cpp const WrapperTypeInfo V8TestObject::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestObject::domTemplate, V8TestObject::derefObject, 0, 0, 0, V8TestObject::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo  4236 Source/bindings/tests/results/V8TestObject.cpp     v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
WrapperTypeInfo  7760 Source/bindings/tests/results/V8TestObject.cpp     {"testInterfaceEmptyConstructorAttribute", TestObjectV8Internal::TestObjectConstructorGetter, TestObjectV8Internal::TestObjectReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperTypeInfo*>(&V8TestInterfaceEmpty::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */},
WrapperTypeInfo  7761 Source/bindings/tests/results/V8TestObject.cpp     {"testInterfaceEmptyConstructorAttribute", TestObjectV8Internal::testInterfaceEmptyConstructorAttributeConstructorGetterCallback, TestObjectV8Internal::TestObjectReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperTypeInfo*>(&V8TestInterfaceEmpty::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */},
WrapperTypeInfo  7762 Source/bindings/tests/results/V8TestObject.cpp     {"measureAsFeatureNameTestInterfaceEmptyConstructorAttribute", TestObjectV8Internal::measureAsFeatureNameTestInterfaceEmptyConstructorAttributeConstructorGetterCallback, TestObjectV8Internal::TestObjectReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperTypeInfo*>(&V8TestInterfaceEmpty::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */},
WrapperTypeInfo  8104 Source/bindings/tests/results/V8TestObject.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo  8111 Source/bindings/tests/results/V8TestObject.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo  8159 Source/bindings/tests/results/V8TestObject.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestObject.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    41 Source/bindings/tests/results/V8TestSpecialOperations.cpp const WrapperTypeInfo V8TestSpecialOperations::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestSpecialOperations::domTemplate, V8TestSpecialOperations::derefObject, 0, 0, 0, V8TestSpecialOperations::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   195 Source/bindings/tests/results/V8TestSpecialOperations.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   202 Source/bindings/tests/results/V8TestSpecialOperations.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   226 Source/bindings/tests/results/V8TestSpecialOperations.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestSpecialOperations.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    39 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp const WrapperTypeInfo V8TestSpecialOperationsNotEnumerable::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestSpecialOperationsNotEnumerable::domTemplate, V8TestSpecialOperationsNotEnumerable::derefObject, 0, 0, 0, V8TestSpecialOperationsNotEnumerable::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   107 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   114 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   138 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    45 Source/bindings/tests/results/V8TestTypedefs.cpp const WrapperTypeInfo V8TestTypedefs::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestTypedefs::domTemplate, V8TestTypedefs::derefObject, 0, 0, 0, V8TestTypedefs::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo    88 Source/bindings/tests/results/V8TestTypedefs.cpp     v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
WrapperTypeInfo   259 Source/bindings/tests/results/V8TestTypedefs.cpp     {"tAttribute", TestTypedefsV8Internal::TestTypedefsConstructorGetter, TestTypedefsV8Internal::TestTypedefsReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperTypeInfo*>(&V8TestSubObj::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */},
WrapperTypeInfo   310 Source/bindings/tests/results/V8TestTypedefs.cpp     v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo));
WrapperTypeInfo   317 Source/bindings/tests/results/V8TestTypedefs.cpp     data->setDOMTemplate(const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), result);
WrapperTypeInfo   341 Source/bindings/tests/results/V8TestTypedefs.cpp         const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get());
WrapperTypeInfo    28 Source/bindings/tests/results/V8TestTypedefs.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    36 Source/bindings/v8/CustomElementBinding.cpp PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, const WrapperTypeInfo* wrapperType)
WrapperTypeInfo    41 Source/bindings/v8/CustomElementBinding.cpp CustomElementBinding::CustomElementBinding(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, const WrapperTypeInfo* wrapperType)
WrapperTypeInfo    39 Source/bindings/v8/CustomElementBinding.h struct WrapperTypeInfo;
WrapperTypeInfo    43 Source/bindings/v8/CustomElementBinding.h     static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype, const WrapperTypeInfo*);
WrapperTypeInfo    48 Source/bindings/v8/CustomElementBinding.h     const WrapperTypeInfo* wrapperType() { return m_wrapperType; }
WrapperTypeInfo    51 Source/bindings/v8/CustomElementBinding.h     CustomElementBinding(v8::Isolate*, v8::Handle<v8::Object> prototype, const WrapperTypeInfo*);
WrapperTypeInfo    55 Source/bindings/v8/CustomElementBinding.h     const WrapperTypeInfo* m_wrapperType;
WrapperTypeInfo   241 Source/bindings/v8/CustomElementConstructorBuilder.cpp bool CustomElementConstructorBuilder::hasValidPrototypeChainFor(const WrapperTypeInfo* type) const
WrapperTypeInfo    54 Source/bindings/v8/CustomElementConstructorBuilder.h struct WrapperTypeInfo;
WrapperTypeInfo    81 Source/bindings/v8/CustomElementConstructorBuilder.h     bool hasValidPrototypeChainFor(const WrapperTypeInfo*) const;
WrapperTypeInfo    88 Source/bindings/v8/CustomElementConstructorBuilder.h     const WrapperTypeInfo* m_wrapperType;
WrapperTypeInfo    54 Source/bindings/v8/NPV8Object.cpp const WrapperTypeInfo* npObjectTypeInfo()
WrapperTypeInfo    56 Source/bindings/v8/NPV8Object.cpp     static const WrapperTypeInfo typeInfo = { gin::kEmbedderBlink, 0, 0, 0, 0, 0, 0, 0, WrapperTypeObjectPrototype, false };
WrapperTypeInfo   121 Source/bindings/v8/NPV8Object.cpp         const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
WrapperTypeInfo    46 Source/bindings/v8/NPV8Object.h const WrapperTypeInfo* npObjectTypeInfo();
WrapperTypeInfo    83 Source/bindings/v8/ScriptWrappable.h     const WrapperTypeInfo* typeInfo()
WrapperTypeInfo    86 Source/bindings/v8/ScriptWrappable.h             return reinterpret_cast<const WrapperTypeInfo*>(m_wrapperOrTypeInfo);
WrapperTypeInfo    94 Source/bindings/v8/ScriptWrappable.h     void setTypeInfo(const WrapperTypeInfo* typeInfo)
WrapperTypeInfo   113 Source/bindings/v8/ScriptWrappable.h     static const WrapperTypeInfo* getTypeInfoFromObject(void* object)
WrapperTypeInfo   119 Source/bindings/v8/ScriptWrappable.h     static const WrapperTypeInfo* getTypeInfoFromObject(ScriptWrappable* object)
WrapperTypeInfo   124 Source/bindings/v8/ScriptWrappable.h     static void setTypeInfoInObject(void* object, const WrapperTypeInfo*)
WrapperTypeInfo   129 Source/bindings/v8/ScriptWrappable.h     static void setTypeInfoInObject(ScriptWrappable* object, const WrapperTypeInfo* typeInfo)
WrapperTypeInfo    57 Source/bindings/v8/V8DOMConfiguration.cpp             getter = v8::FunctionTemplate::New(isolate, getterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 0);
WrapperTypeInfo    62 Source/bindings/v8/V8DOMConfiguration.cpp             setter = v8::FunctionTemplate::New(isolate, setterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 1);
WrapperTypeInfo    53 Source/bindings/v8/V8DOMConfiguration.h         const WrapperTypeInfo* data;
WrapperTypeInfo    67 Source/bindings/v8/V8DOMConfiguration.h         const WrapperTypeInfo* data;
WrapperTypeInfo    88 Source/bindings/v8/V8DOMConfiguration.h             v8::External::New(isolate, const_cast<WrapperTypeInfo*>(attribute.data)),
WrapperTypeInfo    71 Source/bindings/v8/V8DOMWrapper.cpp v8::Local<v8::Object> V8DOMWrapper::createWrapper(v8::Handle<v8::Object> creationContext, const WrapperTypeInfo* type, void* impl, v8::Isolate* isolate)
WrapperTypeInfo    96 Source/bindings/v8/V8DOMWrapper.cpp     const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
WrapperTypeInfo    42 Source/bindings/v8/V8DOMWrapper.h struct WrapperTypeInfo;
WrapperTypeInfo    46 Source/bindings/v8/V8DOMWrapper.h         static v8::Local<v8::Object> createWrapper(v8::Handle<v8::Object> creationContext, const WrapperTypeInfo*, void*, v8::Isolate*);
WrapperTypeInfo    49 Source/bindings/v8/V8DOMWrapper.h         static inline v8::Handle<v8::Object> associateObjectWithWrapper(PassRefPtr<T>, const WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*, WrapperConfiguration::Lifetime);
WrapperTypeInfo    51 Source/bindings/v8/V8DOMWrapper.h         static inline v8::Handle<v8::Object> associateObjectWithWrapper(RawPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) { return associateObjectWithWrapper<V8T, T>(object.get(), type, wrapper, isolate, lifetime); }
WrapperTypeInfo    53 Source/bindings/v8/V8DOMWrapper.h         static inline v8::Handle<v8::Object> associateObjectWithWrapper(T*, const WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*, WrapperConfiguration::Lifetime);
WrapperTypeInfo    54 Source/bindings/v8/V8DOMWrapper.h         static inline void setNativeInfo(v8::Handle<v8::Object>, const WrapperTypeInfo*, void*);
WrapperTypeInfo    55 Source/bindings/v8/V8DOMWrapper.h         static inline void setNativeInfoForHiddenWrapper(v8::Handle<v8::Object>, const WrapperTypeInfo*, void*);
WrapperTypeInfo    56 Source/bindings/v8/V8DOMWrapper.h         static inline void setNativeInfoWithPersistentHandle(v8::Handle<v8::Object>, const WrapperTypeInfo*, void*, PersistentNode*);
WrapperTypeInfo    57 Source/bindings/v8/V8DOMWrapper.h         static inline void clearNativeInfo(v8::Handle<v8::Object>, const WrapperTypeInfo*);
WrapperTypeInfo    62 Source/bindings/v8/V8DOMWrapper.h     inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object)
WrapperTypeInfo    71 Source/bindings/v8/V8DOMWrapper.h         wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type));
WrapperTypeInfo    74 Source/bindings/v8/V8DOMWrapper.h     inline void V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object)
WrapperTypeInfo    84 Source/bindings/v8/V8DOMWrapper.h         wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type));
WrapperTypeInfo    90 Source/bindings/v8/V8DOMWrapper.h     inline void V8DOMWrapper::setNativeInfoWithPersistentHandle(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object, PersistentNode* handle)
WrapperTypeInfo    97 Source/bindings/v8/V8DOMWrapper.h         wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type));
WrapperTypeInfo   102 Source/bindings/v8/V8DOMWrapper.h     inline void V8DOMWrapper::clearNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type)
WrapperTypeInfo   108 Source/bindings/v8/V8DOMWrapper.h         wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type));
WrapperTypeInfo   113 Source/bindings/v8/V8DOMWrapper.h     inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime)
WrapperTypeInfo   123 Source/bindings/v8/V8DOMWrapper.h     inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(T* object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime)
WrapperTypeInfo   130 Source/bindings/v8/V8GCController.cpp             const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper);
WrapperTypeInfo   257 Source/bindings/v8/V8GCController.cpp         const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper);
WrapperTypeInfo    59 Source/bindings/v8/V8Initializer.cpp     const WrapperTypeInfo* type = WrapperTypeInfo::unwrap(data);
WrapperTypeInfo   118 Source/bindings/v8/V8Initializer.cpp         const WrapperTypeInfo* type = toWrapperTypeInfo(obj);
WrapperTypeInfo    86 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Object> V8PerContextData::createWrapperFromCacheSlowCase(const WrapperTypeInfo* type)
WrapperTypeInfo   100 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Function> V8PerContextData::constructorForTypeSlowCase(const WrapperTypeInfo* type)
WrapperTypeInfo   124 Source/bindings/v8/V8PerContextData.cpp             prototypeObject->SetAlignedPointerInInternalField(v8PrototypeTypeIndex, const_cast<WrapperTypeInfo*>(type));
WrapperTypeInfo   135 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Object> V8PerContextData::prototypeForType(const WrapperTypeInfo* type)
WrapperTypeInfo    75 Source/bindings/v8/V8PerContextData.h     v8::Local<v8::Object> createWrapperFromCache(const WrapperTypeInfo* type)
WrapperTypeInfo    81 Source/bindings/v8/V8PerContextData.h     v8::Local<v8::Function> constructorForType(const WrapperTypeInfo* type)
WrapperTypeInfo    89 Source/bindings/v8/V8PerContextData.h     v8::Local<v8::Object> prototypeForType(const WrapperTypeInfo*);
WrapperTypeInfo   102 Source/bindings/v8/V8PerContextData.h     v8::Local<v8::Object> createWrapperFromCacheSlowCase(const WrapperTypeInfo*);
WrapperTypeInfo   103 Source/bindings/v8/V8PerContextData.h     v8::Local<v8::Function> constructorForTypeSlowCase(const WrapperTypeInfo*);
WrapperTypeInfo   135 Source/bindings/v8/V8PerIsolateData.cpp bool V8PerIsolateData::hasInstance(const WrapperTypeInfo* info, v8::Handle<v8::Value> value)
WrapperTypeInfo   141 Source/bindings/v8/V8PerIsolateData.cpp bool V8PerIsolateData::hasInstance(const WrapperTypeInfo* info, v8::Handle<v8::Value> value, DOMTemplateMap& domTemplateMap)
WrapperTypeInfo   150 Source/bindings/v8/V8PerIsolateData.cpp v8::Handle<v8::Object> V8PerIsolateData::findInstanceInPrototypeChain(const WrapperTypeInfo* info, v8::Handle<v8::Value> value)
WrapperTypeInfo   158 Source/bindings/v8/V8PerIsolateData.cpp v8::Handle<v8::Object> V8PerIsolateData::findInstanceInPrototypeChain(const WrapperTypeInfo* info, v8::Handle<v8::Value> value, DOMTemplateMap& domTemplateMap)
WrapperTypeInfo    47 Source/bindings/v8/V8PerIsolateData.h struct WrapperTypeInfo;
WrapperTypeInfo    93 Source/bindings/v8/V8PerIsolateData.h     bool hasInstance(const WrapperTypeInfo*, v8::Handle<v8::Value>);
WrapperTypeInfo    94 Source/bindings/v8/V8PerIsolateData.h     v8::Handle<v8::Object> findInstanceInPrototypeChain(const WrapperTypeInfo*, v8::Handle<v8::Value>);
WrapperTypeInfo   107 Source/bindings/v8/V8PerIsolateData.h     bool hasInstance(const WrapperTypeInfo*, v8::Handle<v8::Value>, DOMTemplateMap&);
WrapperTypeInfo   108 Source/bindings/v8/V8PerIsolateData.h     v8::Handle<v8::Object> findInstanceInPrototypeChain(const WrapperTypeInfo*, v8::Handle<v8::Value>, DOMTemplateMap&);
WrapperTypeInfo   133 Source/bindings/v8/WorkerScriptController.cpp     const WrapperTypeInfo* contextType = &V8DedicatedWorkerGlobalScope::wrapperTypeInfo;
WrapperTypeInfo    76 Source/bindings/v8/WrapperTypeInfo.h         static const WrapperTypeInfo* unwrap(v8::Handle<v8::Value> typeInfoWrapper)
WrapperTypeInfo    78 Source/bindings/v8/WrapperTypeInfo.h             return reinterpret_cast<const WrapperTypeInfo*>(v8::External::Cast(*typeInfoWrapper)->Value());
WrapperTypeInfo    82 Source/bindings/v8/WrapperTypeInfo.h         bool equals(const WrapperTypeInfo* that) const
WrapperTypeInfo    87 Source/bindings/v8/WrapperTypeInfo.h         bool isSubclass(const WrapperTypeInfo* that) const
WrapperTypeInfo    89 Source/bindings/v8/WrapperTypeInfo.h             for (const WrapperTypeInfo* current = this; current; current = current->parentClass) {
WrapperTypeInfo   139 Source/bindings/v8/WrapperTypeInfo.h         const WrapperTypeInfo* parentClass;
WrapperTypeInfo   145 Source/bindings/v8/WrapperTypeInfo.h     COMPILE_ASSERT(offsetof(struct WrapperTypeInfo, ginEmbedder) == offsetof(struct gin::WrapperInfo, embedder), wrapper_type_info_compatible_to_gin);
WrapperTypeInfo   173 Source/bindings/v8/WrapperTypeInfo.h     inline const WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& wrapper)
WrapperTypeInfo   175 Source/bindings/v8/WrapperTypeInfo.h         return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(wrapper);
WrapperTypeInfo   178 Source/bindings/v8/WrapperTypeInfo.h     inline const WrapperTypeInfo* toWrapperTypeInfo(v8::Handle<v8::Object> wrapper)
WrapperTypeInfo   180 Source/bindings/v8/WrapperTypeInfo.h         return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(wrapper);
WrapperTypeInfo   191 Source/bindings/v8/WrapperTypeInfo.h         const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper);
WrapperTypeInfo    48 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp const WrapperTypeInfo V8ArrayBuffer::wrapperTypeInfo = {
WrapperTypeInfo    58 Source/bindings/v8/custom/V8ArrayBufferCustom.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo    58 Source/bindings/v8/custom/V8TypedArrayCustom.h     static const WrapperTypeInfo wrapperTypeInfo;
WrapperTypeInfo   133 Source/bindings/v8/custom/V8TypedArrayCustom.h     static const WrapperTypeInfo* info() { return &V8TypedArray<TypedArray>::wrapperTypeInfo; }
WrapperTypeInfo   180 Source/bindings/v8/custom/V8TypedArrayCustom.h const WrapperTypeInfo V8TypedArray<TypedArray>::wrapperTypeInfo = {