| 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 V8TestInterface_h | 7 #ifndef V8TestInterface_h |
| 8 #define V8TestInterface_h | 8 #define V8TestInterface_h |
| 9 | 9 |
| 10 #if ENABLE(CONDITION) | 10 #if ENABLE(CONDITION) |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 template<typename VisitorDispatcher> | 43 template<typename VisitorDispatcher> |
| 44 static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappabl
e) | 44 static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappabl
e) |
| 45 { | 45 { |
| 46 } | 46 } |
| 47 static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persis
tent<v8::Object>&); | 47 static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persis
tent<v8::Object>&); |
| 48 static ActiveDOMObject* toActiveDOMObject(v8::Local<v8::Object>); | 48 static ActiveDOMObject* toActiveDOMObject(v8::Local<v8::Object>); |
| 49 static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbac
kInfo<v8::Value>&); | 49 static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbac
kInfo<v8::Value>&); |
| 50 static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); | 50 static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
| 51 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; | 51 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; |
| 52 static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8:
:Isolate*); | 52 static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8:
:Isolate*); |
| 53 static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Is
olate*); | 53 static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>); |
| 54 CORE_EXPORT static void updateWrapperTypeInfo(InstallTemplateFunction, Insta
llConditionallyEnabledMethodsFunction); | 54 CORE_EXPORT static void updateWrapperTypeInfo(InstallTemplateFunction, Prepa
rePrototypeObjectFunction); |
| 55 CORE_EXPORT static void installV8TestInterfaceTemplate(v8::Local<v8::Functio
nTemplate>, v8::Isolate*); | 55 CORE_EXPORT static void installV8TestInterfaceTemplate(v8::Local<v8::Functio
nTemplate>, v8::Isolate*); |
| 56 CORE_EXPORT static void registerVoidMethodPartialOverloadMethodForPartialInt
erface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); | 56 CORE_EXPORT static void registerVoidMethodPartialOverloadMethodForPartialInt
erface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); |
| 57 CORE_EXPORT static void registerStaticVoidMethodPartialOverloadMethodForPart
ialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); | 57 CORE_EXPORT static void registerStaticVoidMethodPartialOverloadMethodForPart
ialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); |
| 58 CORE_EXPORT static void registerPromiseMethodPartialOverloadMethodForPartial
Interface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); | 58 CORE_EXPORT static void registerPromiseMethodPartialOverloadMethodForPartial
Interface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); |
| 59 CORE_EXPORT static void registerStaticPromiseMethodPartialOverloadMethodForP
artialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); | 59 CORE_EXPORT static void registerStaticPromiseMethodPartialOverloadMethodForP
artialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); |
| 60 CORE_EXPORT static void registerPartial2VoidMethodMethodForPartialInterface(
void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); | 60 CORE_EXPORT static void registerPartial2VoidMethodMethodForPartialInterface(
void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); |
| 61 CORE_EXPORT static void registerPartial2StaticVoidMethodMethodForPartialInte
rface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); | 61 CORE_EXPORT static void registerPartial2StaticVoidMethodMethodForPartialInte
rface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&)); |
| 62 | 62 |
| 63 private: | 63 private: |
| 64 static InstallTemplateFunction installV8TestInterfaceTemplateFunction; | 64 static InstallTemplateFunction installV8TestInterfaceTemplateFunction; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 84 | 84 |
| 85 template <> | 85 template <> |
| 86 struct V8TypeOf<TestInterfaceImplementation> { | 86 struct V8TypeOf<TestInterfaceImplementation> { |
| 87 typedef V8TestInterface Type; | 87 typedef V8TestInterface Type; |
| 88 }; | 88 }; |
| 89 | 89 |
| 90 } // namespace blink | 90 } // namespace blink |
| 91 #endif // ENABLE(CONDITION) | 91 #endif // ENABLE(CONDITION) |
| 92 | 92 |
| 93 #endif // V8TestInterface_h | 93 #endif // V8TestInterface_h |
| OLD | NEW |