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. | 5 // This file has been auto-generated by code_generator_v8.py. |
6 // DO NOT MODIFY! | 6 // DO NOT MODIFY! |
7 | 7 |
8 // This file has been generated from the Jinja2 template in | 8 // This file has been generated from the Jinja2 template in |
9 // third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl | 9 // third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl |
10 | 10 |
11 // clang-format off | 11 // clang-format off |
12 | 12 |
13 #ifndef VoidCallbackFunctionModules_h | 13 #ifndef VoidCallbackFunctionModules_h |
14 #define VoidCallbackFunctionModules_h | 14 #define VoidCallbackFunctionModules_h |
15 | 15 |
16 #include "bindings/core/v8/NativeValueTraits.h" | 16 #include "bindings/core/v8/NativeValueTraits.h" |
17 #include "bindings/core/v8/TraceWrapperV8Reference.h" | |
18 #include "modules/ModulesExport.h" | 17 #include "modules/ModulesExport.h" |
19 #include "platform/bindings/ScriptWrappable.h" | 18 #include "platform/bindings/ScriptWrappable.h" |
| 19 #include "platform/bindings/TraceWrapperV8Reference.h" |
20 #include "platform/heap/Handle.h" | 20 #include "platform/heap/Handle.h" |
21 #include "platform/wtf/text/WTFString.h" | 21 #include "platform/wtf/text/WTFString.h" |
22 | 22 |
23 namespace blink { | 23 namespace blink { |
24 | 24 |
25 class ScriptState; | 25 class ScriptState; |
26 | 26 |
27 class MODULES_EXPORT VoidCallbackFunctionModules final : public GarbageCollected
Finalized<VoidCallbackFunctionModules>, public TraceWrapperBase { | 27 class MODULES_EXPORT VoidCallbackFunctionModules final : public GarbageCollected
Finalized<VoidCallbackFunctionModules>, public TraceWrapperBase { |
28 public: | 28 public: |
29 static VoidCallbackFunctionModules* Create(ScriptState*, v8::Local<v8::Value>
callback); | 29 static VoidCallbackFunctionModules* Create(ScriptState*, v8::Local<v8::Value>
callback); |
(...skipping 17 matching lines...) Expand all Loading... |
47 }; | 47 }; |
48 | 48 |
49 template <> | 49 template <> |
50 struct NativeValueTraits<VoidCallbackFunctionModules> : public NativeValueTraits
Base<VoidCallbackFunctionModules> { | 50 struct NativeValueTraits<VoidCallbackFunctionModules> : public NativeValueTraits
Base<VoidCallbackFunctionModules> { |
51 MODULES_EXPORT static VoidCallbackFunctionModules* NativeValue(v8::Isolate*, v
8::Local<v8::Value>, ExceptionState&); | 51 MODULES_EXPORT static VoidCallbackFunctionModules* NativeValue(v8::Isolate*, v
8::Local<v8::Value>, ExceptionState&); |
52 }; | 52 }; |
53 | 53 |
54 } // namespace blink | 54 } // namespace blink |
55 | 55 |
56 #endif // VoidCallbackFunctionModules_h | 56 #endif // VoidCallbackFunctionModules_h |
OLD | NEW |