Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: Source/bindings/tests/results/V8TestSpecialOperationsCustom.h

Issue 217053007: Revert of Make DOMWrapperWorld::current() return a reference instead of a pointer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert 213543004 too Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 V8TestInterface3_h 7 #ifndef V8TestSpecialOperationsCustom_h
8 #define V8TestInterface3_h 8 #define V8TestSpecialOperationsCustom_h
9 9
10 #include "bindings/tests/idls/TestInterface3.h" 10 #include "bindings/tests/idls/TestSpecialOperationsCustom.h"
11 #include "bindings/v8/V8Binding.h" 11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h" 12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h" 13 #include "bindings/v8/WrapperTypeInfo.h"
14 #include "heap/Handle.h" 14 #include "heap/Handle.h"
15 15
16 namespace WebCore { 16 namespace WebCore {
17 17
18 class V8TestInterface3 { 18 class V8TestSpecialOperationsCustom {
19 public: 19 public:
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); 20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Va lue>, v8::Isolate*); 21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Va lue>, v8::Isolate*);
22 static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); 22 static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*);
23 static TestInterface3* toNative(v8::Handle<v8::Object> object) 23 static TestSpecialOperationsCustom* toNative(v8::Handle<v8::Object> object)
24 { 24 {
25 return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8 DOMWrapperObjectIndex)); 25 return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8 DOMWrapperObjectIndex));
26 } 26 }
27 static TestInterface3* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Va lue>); 27 static TestSpecialOperationsCustom* toNativeWithTypeCheck(v8::Isolate*, v8:: Handle<v8::Value>);
28 static const WrapperTypeInfo wrapperTypeInfo; 28 static const WrapperTypeInfo wrapperTypeInfo;
29 static void derefObject(void*); 29 static void derefObject(void*);
30 static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Is olate*);
31 static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallback Info<v8::Value>&); 30 static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallback Info<v8::Value>&);
32 static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, cons t v8::PropertyCallbackInfo<v8::Value>&); 31 static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, cons t v8::PropertyCallbackInfo<v8::Value>&);
33 static void indexedPropertyDeleterCustom(uint32_t, const v8::PropertyCallbac kInfo<v8::Boolean>&); 32 static void indexedPropertyDeleterCustom(uint32_t, const v8::PropertyCallbac kInfo<v8::Boolean>&);
34 static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::Prope rtyCallbackInfo<v8::Value>&); 33 static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::Prope rtyCallbackInfo<v8::Value>&);
35 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::V alue>, const v8::PropertyCallbackInfo<v8::Value>&); 34 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::V alue>, const v8::PropertyCallbackInfo<v8::Value>&);
36 static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::Proper tyCallbackInfo<v8::Integer>&); 35 static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::Proper tyCallbackInfo<v8::Integer>&);
37 static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::Prop ertyCallbackInfo<v8::Boolean>&); 36 static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::Prop ertyCallbackInfo<v8::Boolean>&);
38 static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8: :Array>&); 37 static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8: :Array>&);
39 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ; 38 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ;
40 static inline void* toInternalPointer(TestInterface3* impl) 39 static inline void* toInternalPointer(TestSpecialOperationsCustom* impl)
41 { 40 {
42 return impl; 41 return impl;
43 } 42 }
44 43
45 static inline TestInterface3* fromInternalPointer(void* object) 44 static inline TestSpecialOperationsCustom* fromInternalPointer(void* object)
46 { 45 {
47 return static_cast<TestInterface3*>(object); 46 return static_cast<TestSpecialOperationsCustom*>(object);
48 } 47 }
49 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestI nterface3*, v8::Isolate*) { } 48 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestS pecialOperationsCustom*, v8::Isolate*) { }
50 static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isol ate*) { } 49 static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isol ate*) { }
51 50
52 private: 51 private:
53 friend v8::Handle<v8::Object> wrap(TestInterface3*, v8::Handle<v8::Object> c reationContext, v8::Isolate*); 52 friend v8::Handle<v8::Object> wrap(TestSpecialOperationsCustom*, v8::Handle< v8::Object> creationContext, v8::Isolate*);
54 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterface3>, v8:: Handle<v8::Object> creationContext, v8::Isolate*); 53 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestSpecialOperations Custom>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
55 }; 54 };
56 55
57 inline v8::Handle<v8::Object> wrap(TestInterface3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 56 inline v8::Handle<v8::Object> wrap(TestSpecialOperationsCustom* impl, v8::Handle <v8::Object> creationContext, v8::Isolate* isolate)
58 { 57 {
59 ASSERT(impl); 58 ASSERT(impl);
60 ASSERT(!DOMDataStore::containsWrapper<V8TestInterface3>(impl, isolate)); 59 ASSERT(!DOMDataStore::containsWrapper<V8TestSpecialOperationsCustom>(impl, i solate));
61 return V8TestInterface3::createWrapper(impl, creationContext, isolate); 60 return V8TestSpecialOperationsCustom::createWrapper(impl, creationContext, i solate);
62 } 61 }
63 62
64 inline v8::Handle<v8::Value> toV8(TestInterface3* impl, v8::Handle<v8::Object> c reationContext, v8::Isolate* isolate) 63 inline v8::Handle<v8::Value> toV8(TestSpecialOperationsCustom* impl, v8::Handle< v8::Object> creationContext, v8::Isolate* isolate)
65 { 64 {
66 if (UNLIKELY(!impl)) 65 if (UNLIKELY(!impl))
67 return v8::Null(isolate); 66 return v8::Null(isolate);
68 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterface3>(i mpl, isolate); 67 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestSpecialOperat ionsCustom>(impl, isolate);
69 if (!wrapper.IsEmpty()) 68 if (!wrapper.IsEmpty())
70 return wrapper; 69 return wrapper;
71 return wrap(impl, creationContext, isolate); 70 return wrap(impl, creationContext, isolate);
72 } 71 }
73 72
74 template<typename CallbackInfo> 73 template<typename CallbackInfo>
75 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface3* i mpl) 74 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperat ionsCustom* impl)
76 { 75 {
77 if (UNLIKELY(!impl)) { 76 if (UNLIKELY(!impl)) {
78 v8SetReturnValueNull(callbackInfo); 77 v8SetReturnValueNull(callbackInfo);
79 return; 78 return;
80 } 79 }
81 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterface3>(callbackInfo.G etReturnValue(), impl)) 80 if (DOMDataStore::setReturnValueFromWrapper<V8TestSpecialOperationsCustom>(c allbackInfo.GetReturnValue(), impl))
82 return; 81 return;
83 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackI nfo.GetIsolate()); 82 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackI nfo.GetIsolate());
84 v8SetReturnValue(callbackInfo, wrapper); 83 v8SetReturnValue(callbackInfo, wrapper);
85 } 84 }
86 85
87 template<typename CallbackInfo> 86 template<typename CallbackInfo>
88 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestI nterface3* impl) 87 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestS pecialOperationsCustom* impl)
89 { 88 {
90 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); 89 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
91 if (UNLIKELY(!impl)) { 90 if (UNLIKELY(!impl)) {
92 v8SetReturnValueNull(callbackInfo); 91 v8SetReturnValueNull(callbackInfo);
93 return; 92 return;
94 } 93 }
95 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterface3>(ca llbackInfo.GetReturnValue(), impl)) 94 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestSpecialOperati onsCustom>(callbackInfo.GetReturnValue(), impl))
96 return; 95 return;
97 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackIn fo.GetIsolate()); 96 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackIn fo.GetIsolate());
98 v8SetReturnValue(callbackInfo, wrapper); 97 v8SetReturnValue(callbackInfo, wrapper);
99 } 98 }
100 99
101 template<class CallbackInfo, class Wrappable> 100 template<class CallbackInfo, class Wrappable>
102 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface 3* impl, Wrappable* wrappable) 101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOp erationsCustom* impl, Wrappable* wrappable)
103 { 102 {
104 if (UNLIKELY(!impl)) { 103 if (UNLIKELY(!impl)) {
105 v8SetReturnValueNull(callbackInfo); 104 v8SetReturnValueNull(callbackInfo);
106 return; 105 return;
107 } 106 }
108 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterface3>(callbackIn fo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable)) 107 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestSpecialOperationsCusto m>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
109 return; 108 return;
110 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackI nfo.GetIsolate()); 109 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackI nfo.GetIsolate());
111 v8SetReturnValue(callbackInfo, wrapper); 110 v8SetReturnValue(callbackInfo, wrapper);
112 } 111 }
113 112
114 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterface3> impl, v8::Handle<v8 ::Object> creationContext, v8::Isolate* isolate) 113 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestSpecialOperationsCustom> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
115 { 114 {
116 return toV8(impl.get(), creationContext, isolate); 115 return toV8(impl.get(), creationContext, isolate);
117 } 116 }
118 117
119 template<class CallbackInfo> 118 template<class CallbackInfo>
120 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestIn terface3> impl) 119 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestSp ecialOperationsCustom> impl)
121 { 120 {
122 v8SetReturnValue(callbackInfo, impl.get()); 121 v8SetReturnValue(callbackInfo, impl.get());
123 } 122 }
124 123
125 template<class CallbackInfo> 124 template<class CallbackInfo>
126 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassR efPtr<TestInterface3> impl) 125 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassR efPtr<TestSpecialOperationsCustom> impl)
127 { 126 {
128 v8SetReturnValueForMainWorld(callbackInfo, impl.get()); 127 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
129 } 128 }
130 129
131 template<class CallbackInfo, class Wrappable> 130 template<class CallbackInfo, class Wrappable>
132 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te stInterface3> impl, Wrappable* wrappable) 131 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te stSpecialOperationsCustom> impl, Wrappable* wrappable)
133 { 132 {
134 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); 133 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
135 } 134 }
136 135
137 } 136 }
138 #endif // V8TestInterface3_h 137 #endif // V8TestSpecialOperationsCustom_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698