| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! | 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! |
| 6 | 6 |
| 7 #include "V8TestNode.h" | 7 #include "V8TestNode.h" |
| 8 | 8 |
| 9 #include "bindings/core/v8/ExceptionState.h" | 9 #include "bindings/core/v8/ExceptionState.h" |
| 10 #include "bindings/core/v8/V8DOMConfiguration.h" | 10 #include "bindings/core/v8/V8DOMConfiguration.h" |
| 11 #include "bindings/core/v8/V8ObjectConstructor.h" | 11 #include "bindings/core/v8/V8ObjectConstructor.h" |
| 12 #include "core/dom/Document.h" | 12 #include "core/dom/Document.h" |
| 13 #include "core/frame/LocalDOMWindow.h" | 13 #include "core/frame/LocalDOMWindow.h" |
| 14 #include "wtf/GetPtr.h" | 14 #include "wtf/GetPtr.h" |
| 15 #include "wtf/RefPtr.h" | 15 #include "wtf/RefPtr.h" |
| 16 | 16 |
| 17 namespace blink { | 17 namespace blink { |
| 18 | 18 |
| 19 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv
ial | 19 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv
ial |
| 20 // and does not depend on another global objects. | 20 // and does not depend on another global objects. |
| 21 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG) | 21 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG) |
| 22 #pragma clang diagnostic push | 22 #pragma clang diagnostic push |
| 23 #pragma clang diagnostic ignored "-Wglobal-constructors" | 23 #pragma clang diagnostic ignored "-Wglobal-constructors" |
| 24 #endif | 24 #endif |
| 25 const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8Tes
tNode::domTemplate, V8TestNode::refObject, V8TestNode::derefObject, V8TestNode::
trace, 0, 0, V8TestNode::preparePrototypeAndInterfaceObject, V8TestNode::install
ConditionallyEnabledProperties, "TestNode", &V8Node::wrapperTypeInfo, WrapperTyp
eInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::NodeClassId, WrapperTypeInfo
::InheritFromEventTarget, WrapperTypeInfo::Dependent, WrapperTypeInfo::GarbageCo
llectedObject }; | 25 const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8Tes
tNode::domTemplate, V8TestNode::trace, 0, 0, V8TestNode::preparePrototypeAndInte
rfaceObject, V8TestNode::installConditionallyEnabledProperties, "TestNode", &V8N
ode::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeIn
fo::NodeClassId, WrapperTypeInfo::InheritFromEventTarget, WrapperTypeInfo::Depen
dent }; |
| 26 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG) | 26 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG) |
| 27 #pragma clang diagnostic pop | 27 #pragma clang diagnostic pop |
| 28 #endif | 28 #endif |
| 29 | 29 |
| 30 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestNode.h. | 30 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestNode.h. |
| 31 // For details, see the comment of DEFINE_WRAPPERTYPEINFO in | 31 // For details, see the comment of DEFINE_WRAPPERTYPEINFO in |
| 32 // bindings/core/v8/ScriptWrappable.h. | 32 // bindings/core/v8/ScriptWrappable.h. |
| 33 const WrapperTypeInfo& TestNode::s_wrapperTypeInfo = V8TestNode::wrapperTypeInfo
; | 33 const WrapperTypeInfo& TestNode::s_wrapperTypeInfo = V8TestNode::wrapperTypeInfo
; |
| 34 | 34 |
| 35 namespace TestNodeV8Internal { | 35 namespace TestNodeV8Internal { |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 } | 145 } |
| 146 | 146 |
| 147 static void hrefByteStringAttributeSetterCallback(const v8::FunctionCallbackInfo
<v8::Value>& info) | 147 static void hrefByteStringAttributeSetterCallback(const v8::FunctionCallbackInfo
<v8::Value>& info) |
| 148 { | 148 { |
| 149 v8::Local<v8::Value> v8Value = info[0]; | 149 v8::Local<v8::Value> v8Value = info[0]; |
| 150 TestNodeV8Internal::hrefByteStringAttributeSetter(v8Value, info); | 150 TestNodeV8Internal::hrefByteStringAttributeSetter(v8Value, info); |
| 151 } | 151 } |
| 152 | 152 |
| 153 static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) | 153 static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) |
| 154 { | 154 { |
| 155 RawPtr<TestNode> impl = TestNode::create(); | 155 TestNode* impl = TestNode::create(); |
| 156 v8::Local<v8::Object> wrapper = info.Holder(); | 156 v8::Local<v8::Object> wrapper = info.Holder(); |
| 157 wrapper = impl->associateWithWrapper(info.GetIsolate(), &V8TestNode::wrapper
TypeInfo, wrapper); | 157 wrapper = impl->associateWithWrapper(info.GetIsolate(), &V8TestNode::wrapper
TypeInfo, wrapper); |
| 158 v8SetReturnValue(info, wrapper); | 158 v8SetReturnValue(info, wrapper); |
| 159 } | 159 } |
| 160 | 160 |
| 161 } // namespace TestNodeV8Internal | 161 } // namespace TestNodeV8Internal |
| 162 | 162 |
| 163 const V8DOMConfiguration::AccessorConfiguration V8TestNodeAccessors[] = { | 163 const V8DOMConfiguration::AccessorConfiguration V8TestNodeAccessors[] = { |
| 164 {"href", TestNodeV8Internal::hrefAttributeGetterCallback, TestNodeV8Internal
::hrefAttributeSetterCallback, 0, 0, 0, v8::DEFAULT, static_cast<v8::PropertyAtt
ribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::
OnPrototype, V8DOMConfiguration::CheckHolder}, | 164 {"href", TestNodeV8Internal::hrefAttributeGetterCallback, TestNodeV8Internal
::hrefAttributeSetterCallback, 0, 0, 0, v8::DEFAULT, static_cast<v8::PropertyAtt
ribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::
OnPrototype, V8DOMConfiguration::CheckHolder}, |
| 165 {"hrefThrows", TestNodeV8Internal::hrefThrowsAttributeGetterCallback, TestNo
deV8Internal::hrefThrowsAttributeSetterCallback, 0, 0, 0, v8::DEFAULT, static_ca
st<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8
DOMConfiguration::OnPrototype, V8DOMConfiguration::CheckHolder}, | 165 {"hrefThrows", TestNodeV8Internal::hrefThrowsAttributeGetterCallback, TestNo
deV8Internal::hrefThrowsAttributeSetterCallback, 0, 0, 0, v8::DEFAULT, static_ca
st<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8
DOMConfiguration::OnPrototype, V8DOMConfiguration::CheckHolder}, |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 v8::Local<v8::Object> V8TestNode::findInstanceInPrototypeChain(v8::Local<v8::Val
ue> v8Value, v8::Isolate* isolate) | 211 v8::Local<v8::Object> V8TestNode::findInstanceInPrototypeChain(v8::Local<v8::Val
ue> v8Value, v8::Isolate* isolate) |
| 212 { | 212 { |
| 213 return V8PerIsolateData::from(isolate)->findInstanceInPrototypeChain(&wrappe
rTypeInfo, v8Value); | 213 return V8PerIsolateData::from(isolate)->findInstanceInPrototypeChain(&wrappe
rTypeInfo, v8Value); |
| 214 } | 214 } |
| 215 | 215 |
| 216 TestNode* V8TestNode::toImplWithTypeCheck(v8::Isolate* isolate, v8::Local<v8::Va
lue> value) | 216 TestNode* V8TestNode::toImplWithTypeCheck(v8::Isolate* isolate, v8::Local<v8::Va
lue> value) |
| 217 { | 217 { |
| 218 return hasInstance(value, isolate) ? toImpl(v8::Local<v8::Object>::Cast(valu
e)) : 0; | 218 return hasInstance(value, isolate) ? toImpl(v8::Local<v8::Object>::Cast(valu
e)) : 0; |
| 219 } | 219 } |
| 220 | 220 |
| 221 void V8TestNode::refObject(ScriptWrappable* scriptWrappable) | |
| 222 { | |
| 223 } | |
| 224 | |
| 225 void V8TestNode::derefObject(ScriptWrappable* scriptWrappable) | |
| 226 { | |
| 227 } | |
| 228 | |
| 229 } // namespace blink | 221 } // namespace blink |
| OLD | NEW |