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 #ifndef V8TestInterface5_h | 7 #ifndef V8TestInterface5_h |
8 #define V8TestInterface5_h | 8 #define V8TestInterface5_h |
9 | 9 |
10 #include "bindings/core/v8/DoubleOrString.h" | |
11 #include "bindings/core/v8/ScriptWrappable.h" | 10 #include "bindings/core/v8/ScriptWrappable.h" |
12 #include "bindings/core/v8/ToV8.h" | 11 #include "bindings/core/v8/ToV8.h" |
13 #include "bindings/core/v8/V8Binding.h" | 12 #include "bindings/core/v8/V8Binding.h" |
14 #include "bindings/core/v8/V8DOMWrapper.h" | 13 #include "bindings/core/v8/V8DOMWrapper.h" |
15 #include "bindings/core/v8/V8TestInterfaceEmpty.h" | 14 #include "bindings/core/v8/V8TestInterfaceEmpty.h" |
16 #include "bindings/core/v8/WrapperTypeInfo.h" | 15 #include "bindings/core/v8/WrapperTypeInfo.h" |
17 #include "bindings/modules/v8/BooleanOrString.h" | |
18 #include "bindings/tests/idls/modules/TestInterface5Implementation.h" | 16 #include "bindings/tests/idls/modules/TestInterface5Implementation.h" |
19 #include "modules/ModulesExport.h" | 17 #include "modules/ModulesExport.h" |
20 #include "platform/heap/Handle.h" | 18 #include "platform/heap/Handle.h" |
21 | 19 |
22 namespace blink { | 20 namespace blink { |
23 | 21 |
24 class V8TestInterface5 { | 22 class V8TestInterface5 { |
25 STATIC_ONLY(V8TestInterface5); | 23 STATIC_ONLY(V8TestInterface5); |
26 public: | 24 public: |
27 MODULES_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*); | 25 MODULES_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*); |
(...skipping 22 matching lines...) Expand all Loading... |
50 }; | 48 }; |
51 | 49 |
52 template <> | 50 template <> |
53 struct V8TypeOf<TestInterface5Implementation> { | 51 struct V8TypeOf<TestInterface5Implementation> { |
54 typedef V8TestInterface5 Type; | 52 typedef V8TestInterface5 Type; |
55 }; | 53 }; |
56 | 54 |
57 } // namespace blink | 55 } // namespace blink |
58 | 56 |
59 #endif // V8TestInterface5_h | 57 #endif // V8TestInterface5_h |
OLD | NEW |