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/partial_interface.cpp.tmpl | 9 // third_party/WebKit/Source/bindings/templates/partial_interface.cpp.tmpl |
10 | 10 |
11 // clang-format off | 11 // clang-format off |
12 #include "V8TestInterfacePartial.h" | 12 #include "V8TestInterfacePartial.h" |
13 | 13 |
14 #include "bindings/core/v8/ExceptionState.h" | 14 #include "bindings/core/v8/ExceptionState.h" |
15 #include "bindings/core/v8/IDLTypes.h" | 15 #include "bindings/core/v8/IDLTypes.h" |
16 #include "bindings/core/v8/NativeValueTraitsImpl.h" | 16 #include "bindings/core/v8/NativeValueTraitsImpl.h" |
17 #include "bindings/core/v8/ScriptPromise.h" | 17 #include "bindings/core/v8/ScriptPromise.h" |
18 #include "bindings/core/v8/V8DOMConfiguration.h" | 18 #include "bindings/core/v8/V8DOMConfiguration.h" |
19 #include "bindings/core/v8/V8Document.h" | 19 #include "bindings/core/v8/V8Document.h" |
20 #include "bindings/core/v8/V8Node.h" | 20 #include "bindings/core/v8/V8Node.h" |
21 #include "bindings/core/v8/V8ObjectConstructor.h" | |
22 #include "bindings/core/v8/V8TestCallbackInterface.h" | 21 #include "bindings/core/v8/V8TestCallbackInterface.h" |
23 #include "bindings/core/v8/V8TestInterface.h" | 22 #include "bindings/core/v8/V8TestInterface.h" |
24 #include "bindings/tests/idls/modules/TestInterfacePartial3Implementation.h" | 23 #include "bindings/tests/idls/modules/TestInterfacePartial3Implementation.h" |
25 #include "bindings/tests/idls/modules/TestInterfacePartial4.h" | 24 #include "bindings/tests/idls/modules/TestInterfacePartial4.h" |
26 #include "core/dom/ExecutionContext.h" | 25 #include "core/dom/ExecutionContext.h" |
27 #include "core/origin_trials/OriginTrials.h" | 26 #include "core/origin_trials/OriginTrials.h" |
28 #include "platform/RuntimeEnabledFeatures.h" | 27 #include "platform/RuntimeEnabledFeatures.h" |
29 #include "platform/bindings/ScriptState.h" | 28 #include "platform/bindings/ScriptState.h" |
| 29 #include "platform/bindings/V8ObjectConstructor.h" |
30 #include "platform/wtf/GetPtr.h" | 30 #include "platform/wtf/GetPtr.h" |
31 #include "platform/wtf/RefPtr.h" | 31 #include "platform/wtf/RefPtr.h" |
32 | 32 |
33 namespace blink { | 33 namespace blink { |
34 | 34 |
35 namespace TestInterfaceImplementationPartialV8Internal { | 35 namespace TestInterfaceImplementationPartialV8Internal { |
36 | 36 |
37 static void partial4LongAttributeAttributeGetter(const v8::FunctionCallbackInfo<
v8::Value>& info) { | 37 static void partial4LongAttributeAttributeGetter(const v8::FunctionCallbackInfo<
v8::Value>& info) { |
38 v8::Local<v8::Object> holder = info.Holder(); | 38 v8::Local<v8::Object> holder = info.Holder(); |
39 | 39 |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 V8TestInterfacePartial::preparePrototypeAndInterfaceObject); | 510 V8TestInterfacePartial::preparePrototypeAndInterfaceObject); |
511 V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface(&T
estInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod); | 511 V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface(&T
estInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod); |
512 V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInterf
ace(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOverlo
adMethod); | 512 V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInterf
ace(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOverlo
adMethod); |
513 V8TestInterface::registerPromiseMethodPartialOverloadMethodForPartialInterface
(&TestInterfaceImplementationPartialV8Internal::promiseMethodPartialOverloadMeth
od); | 513 V8TestInterface::registerPromiseMethodPartialOverloadMethodForPartialInterface
(&TestInterfaceImplementationPartialV8Internal::promiseMethodPartialOverloadMeth
od); |
514 V8TestInterface::registerStaticPromiseMethodPartialOverloadMethodForPartialInt
erface(&TestInterfaceImplementationPartialV8Internal::staticPromiseMethodPartial
OverloadMethod); | 514 V8TestInterface::registerStaticPromiseMethodPartialOverloadMethodForPartialInt
erface(&TestInterfaceImplementationPartialV8Internal::staticPromiseMethodPartial
OverloadMethod); |
515 V8TestInterface::registerPartial2VoidMethodMethodForPartialInterface(&TestInte
rfaceImplementationPartialV8Internal::partial2VoidMethodMethod); | 515 V8TestInterface::registerPartial2VoidMethodMethodForPartialInterface(&TestInte
rfaceImplementationPartialV8Internal::partial2VoidMethodMethod); |
516 V8TestInterface::registerPartial2StaticVoidMethodMethodForPartialInterface(&Te
stInterfaceImplementationPartialV8Internal::partial2StaticVoidMethodMethod); | 516 V8TestInterface::registerPartial2StaticVoidMethodMethodForPartialInterface(&Te
stInterfaceImplementationPartialV8Internal::partial2StaticVoidMethodMethod); |
517 } | 517 } |
518 | 518 |
519 } // namespace blink | 519 } // namespace blink |
OLD | NEW |