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 V8TestObject_h | 7 #ifndef V8TestObject_h |
8 #define V8TestObject_h | 8 #define V8TestObject_h |
9 | 9 |
10 #include "bindings/core/v8/ScriptWrappable.h" | 10 #include "bindings/core/v8/ScriptWrappable.h" |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 } | 51 } |
52 CORE_EXPORT static TestObject* toImplWithTypeCheck(v8::Isolate*, v8::Local<v
8::Value>); | 52 CORE_EXPORT static TestObject* toImplWithTypeCheck(v8::Isolate*, v8::Local<v
8::Value>); |
53 CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; | 53 CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
54 static void refObject(ScriptWrappable*); | 54 static void refObject(ScriptWrappable*); |
55 static void derefObject(ScriptWrappable*); | 55 static void derefObject(ScriptWrappable*); |
56 template<typename VisitorDispatcher> | 56 template<typename VisitorDispatcher> |
57 static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappabl
e) | 57 static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappabl
e) |
58 { | 58 { |
59 } | 59 } |
60 static void customVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::
Value>&); | 60 static void customVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::
Value>&); |
| 61 static void customCallPrologueVoidMethodMethodPrologueCustom(const v8::Funct
ionCallbackInfo<v8::Value>&, TestObject*); |
61 static void customCallEpilogueVoidMethodMethodEpilogueCustom(const v8::Funct
ionCallbackInfo<v8::Value>&, TestObject*); | 62 static void customCallEpilogueVoidMethodMethodEpilogueCustom(const v8::Funct
ionCallbackInfo<v8::Value>&, TestObject*); |
62 #if ENABLE(CONDITION) | 63 #if ENABLE(CONDITION) |
63 static void conditionalConditionCustomVoidMethodMethodCustom(const v8::Funct
ionCallbackInfo<v8::Value>&); | 64 static void conditionalConditionCustomVoidMethodMethodCustom(const v8::Funct
ionCallbackInfo<v8::Value>&); |
64 #endif // ENABLE(CONDITION) | 65 #endif // ENABLE(CONDITION) |
65 static void customObjectAttributeAttributeGetterCustom(const v8::FunctionCal
lbackInfo<v8::Value>&); | 66 static void customObjectAttributeAttributeGetterCustom(const v8::FunctionCal
lbackInfo<v8::Value>&); |
66 static void customObjectAttributeAttributeSetterCustom(v8::Local<v8::Value>,
const v8::FunctionCallbackInfo<v8::Value>&); | 67 static void customObjectAttributeAttributeSetterCustom(v8::Local<v8::Value>,
const v8::FunctionCallbackInfo<v8::Value>&); |
67 static void customGetterLongAttributeAttributeGetterCustom(const v8::Functio
nCallbackInfo<v8::Value>&); | 68 static void customGetterLongAttributeAttributeGetterCustom(const v8::Functio
nCallbackInfo<v8::Value>&); |
68 static void customGetterReadonlyObjectAttributeAttributeGetterCustom(const v
8::FunctionCallbackInfo<v8::Value>&); | 69 static void customGetterReadonlyObjectAttributeAttributeGetterCustom(const v
8::FunctionCallbackInfo<v8::Value>&); |
69 static void customSetterLongAttributeAttributeSetterCustom(v8::Local<v8::Val
ue>, const v8::FunctionCallbackInfo<v8::Value>&); | 70 static void customSetterLongAttributeAttributeSetterCustom(v8::Local<v8::Val
ue>, const v8::FunctionCallbackInfo<v8::Value>&); |
70 #if ENABLE(CONDITION) | 71 #if ENABLE(CONDITION) |
(...skipping 12 matching lines...) Expand all Loading... |
83 }; | 84 }; |
84 | 85 |
85 template <> | 86 template <> |
86 struct V8TypeOf<TestObject> { | 87 struct V8TypeOf<TestObject> { |
87 typedef V8TestObject Type; | 88 typedef V8TestObject Type; |
88 }; | 89 }; |
89 | 90 |
90 } // namespace blink | 91 } // namespace blink |
91 | 92 |
92 #endif // V8TestObject_h | 93 #endif // V8TestObject_h |
OLD | NEW |