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 "V8TestInterface.h" | 9 #include "V8TestInterface.h" |
10 | 10 |
| 11 #include "bindings/core/v8/ExceptionState.h" |
| 12 #include "bindings/core/v8/ScriptValue.h" |
| 13 #include "bindings/core/v8/V8AbstractEventListener.h" |
| 14 #include "bindings/core/v8/V8DOMConfiguration.h" |
| 15 #include "bindings/core/v8/V8EventListenerList.h" |
| 16 #include "bindings/core/v8/V8HiddenValue.h" |
| 17 #include "bindings/core/v8/V8ObjectConstructor.h" |
11 #include "bindings/tests/idls/TestImplements2.h" | 18 #include "bindings/tests/idls/TestImplements2.h" |
12 #include "bindings/tests/idls/TestImplements3Implementation.h" | 19 #include "bindings/tests/idls/TestImplements3Implementation.h" |
13 #include "bindings/tests/idls/TestPartialInterface.h" | 20 #include "bindings/tests/idls/TestPartialInterface.h" |
14 #include "bindings/tests/idls/TestPartialInterfaceImplementation.h" | 21 #include "bindings/tests/idls/TestPartialInterfaceImplementation.h" |
15 #include "bindings/tests/v8/V8Node.h" | 22 #include "bindings/tests/v8/V8Node.h" |
16 #include "bindings/tests/v8/V8TestInterface.h" | 23 #include "bindings/tests/v8/V8TestInterface.h" |
17 #include "bindings/tests/v8/V8TestInterfaceEmpty.h" | 24 #include "bindings/tests/v8/V8TestInterfaceEmpty.h" |
18 #include "bindings/v8/ExceptionState.h" | |
19 #include "bindings/v8/ScriptValue.h" | |
20 #include "bindings/v8/V8AbstractEventListener.h" | |
21 #include "bindings/v8/V8DOMConfiguration.h" | |
22 #include "bindings/v8/V8EventListenerList.h" | |
23 #include "bindings/v8/V8HiddenValue.h" | |
24 #include "bindings/v8/V8ObjectConstructor.h" | |
25 #include "core/dom/ContextFeatures.h" | 25 #include "core/dom/ContextFeatures.h" |
26 #include "core/dom/Document.h" | 26 #include "core/dom/Document.h" |
27 #include "platform/RuntimeEnabledFeatures.h" | 27 #include "platform/RuntimeEnabledFeatures.h" |
28 #include "platform/TraceEvent.h" | 28 #include "platform/TraceEvent.h" |
29 #include "wtf/GetPtr.h" | 29 #include "wtf/GetPtr.h" |
30 #include "wtf/RefPtr.h" | 30 #include "wtf/RefPtr.h" |
31 | 31 |
32 namespace WebCore { | 32 namespace WebCore { |
33 | 33 |
34 static void initializeScriptWrappableForInterface(TestInterfaceImplementation* o
bject) | 34 static void initializeScriptWrappableForInterface(TestInterfaceImplementation* o
bject) |
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1548 } | 1548 } |
1549 | 1549 |
1550 template<> | 1550 template<> |
1551 v8::Handle<v8::Value> toV8NoInline(TestInterfaceImplementation* impl, v8::Handle
<v8::Object> creationContext, v8::Isolate* isolate) | 1551 v8::Handle<v8::Value> toV8NoInline(TestInterfaceImplementation* impl, v8::Handle
<v8::Object> creationContext, v8::Isolate* isolate) |
1552 { | 1552 { |
1553 return toV8(impl, creationContext, isolate); | 1553 return toV8(impl, creationContext, isolate); |
1554 } | 1554 } |
1555 | 1555 |
1556 } // namespace WebCore | 1556 } // namespace WebCore |
1557 #endif // ENABLE(CONDITION) | 1557 #endif // ENABLE(CONDITION) |
OLD | NEW |