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 "config.h" | 7 #include "config.h" |
8 #if ENABLE(CONDITION) | 8 #if ENABLE(CONDITION) |
9 #include "V8TestInterface5.h" | 9 #include "V8TestInterface5.h" |
10 | 10 |
11 #include "bindings/core/v8/ExceptionState.h" | 11 #include "bindings/core/v8/ExceptionState.h" |
12 #include "bindings/core/v8/ScriptState.h" | 12 #include "bindings/core/v8/ScriptState.h" |
13 #include "bindings/core/v8/V8DOMConfiguration.h" | 13 #include "bindings/core/v8/V8DOMConfiguration.h" |
14 #include "bindings/core/v8/V8HiddenValue.h" | 14 #include "bindings/core/v8/V8HiddenValue.h" |
| 15 #include "bindings/core/v8/V8Iterator.h" |
15 #include "bindings/core/v8/V8ObjectConstructor.h" | 16 #include "bindings/core/v8/V8ObjectConstructor.h" |
16 #include "bindings/tests/v8/V8Iterator.h" | 17 #include "bindings/core/v8/V8TestInterfaceEmpty.h" |
17 #include "bindings/tests/v8/V8TestInterface5.h" | 18 #include "bindings/modules/v8/V8TestInterface5.h" |
18 #include "bindings/tests/v8/V8TestInterfaceEmpty.h" | |
19 #include "core/dom/ContextFeatures.h" | 19 #include "core/dom/ContextFeatures.h" |
20 #include "core/dom/Document.h" | 20 #include "core/dom/Document.h" |
21 #include "platform/RuntimeEnabledFeatures.h" | 21 #include "platform/RuntimeEnabledFeatures.h" |
22 #include "platform/TraceEvent.h" | 22 #include "platform/TraceEvent.h" |
23 #include "wtf/GetPtr.h" | 23 #include "wtf/GetPtr.h" |
24 #include "wtf/RefPtr.h" | 24 #include "wtf/RefPtr.h" |
25 | 25 |
26 namespace blink { | 26 namespace blink { |
27 | 27 |
28 const WrapperTypeInfo V8TestInterface5::wrapperTypeInfo = { gin::kEmbedderBlink,
V8TestInterface5::domTemplate, V8TestInterface5::refObject, V8TestInterface5::d
erefObject, V8TestInterface5::createPersistentHandle, V8TestInterface5::toActive
DOMObject, 0, V8TestInterface5::visitDOMWrapper, V8TestInterface5::installCondit
ionallyEnabledMethods, V8TestInterface5::installConditionallyEnabledProperties,
&V8TestInterfaceEmpty::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectProtot
ype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo
::RefCountedObject }; | 28 const WrapperTypeInfo V8TestInterface5::wrapperTypeInfo = { gin::kEmbedderBlink,
V8TestInterface5::domTemplate, V8TestInterface5::refObject, V8TestInterface5::d
erefObject, V8TestInterface5::createPersistentHandle, V8TestInterface5::toActive
DOMObject, 0, V8TestInterface5::visitDOMWrapper, V8TestInterface5::installCondit
ionallyEnabledMethods, V8TestInterface5::installConditionallyEnabledProperties,
&V8TestInterfaceEmpty::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectProtot
ype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo
::RefCountedObject }; |
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 } | 874 } |
875 | 875 |
876 template<> | 876 template<> |
877 v8::Handle<v8::Value> toV8NoInline(TestInterface5Implementation* impl, v8::Handl
e<v8::Object> creationContext, v8::Isolate* isolate) | 877 v8::Handle<v8::Value> toV8NoInline(TestInterface5Implementation* impl, v8::Handl
e<v8::Object> creationContext, v8::Isolate* isolate) |
878 { | 878 { |
879 return toV8(impl, creationContext, isolate); | 879 return toV8(impl, creationContext, isolate); |
880 } | 880 } |
881 | 881 |
882 } // namespace blink | 882 } // namespace blink |
883 #endif // ENABLE(CONDITION) | 883 #endif // ENABLE(CONDITION) |
OLD | NEW |