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