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

Side by Side Diff: trunk/Source/bindings/tests/results/V8TestInterfaceDoNotCheckConstants.h

Issue 218813002: Revert 170357 "Revert of Make DOMWrapperWorld::current() return ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 8 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
(Empty)
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
3 // found in the LICENSE file.
4
5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
6
7 #ifndef V8TestInterfaceDoNotCheckConstants_h
8 #define V8TestInterfaceDoNotCheckConstants_h
9
10 #include "bindings/tests/idls/TestInterfaceDoNotCheckConstants.h"
11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
14 #include "heap/Handle.h"
15
16 namespace WebCore {
17
18 class V8TestInterfaceDoNotCheckConstants {
19 public:
20 static bool hasInstance(v8::Handle<v8::Value>, 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*);
23 static TestInterfaceDoNotCheckConstants* toNative(v8::Handle<v8::Object> obj ect)
24 {
25 return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8 DOMWrapperObjectIndex));
26 }
27 static TestInterfaceDoNotCheckConstants* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
28 static const WrapperTypeInfo wrapperTypeInfo;
29 static void derefObject(void*);
30 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ;
31 static inline void* toInternalPointer(TestInterfaceDoNotCheckConstants* impl )
32 {
33 return impl;
34 }
35
36 static inline TestInterfaceDoNotCheckConstants* fromInternalPointer(void* ob ject)
37 {
38 return static_cast<TestInterfaceDoNotCheckConstants*>(object);
39 }
40 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestI nterfaceDoNotCheckConstants*, v8::Isolate*) { }
41 static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isol ate*) { }
42
43 private:
44 friend v8::Handle<v8::Object> wrap(TestInterfaceDoNotCheckConstants*, v8::Ha ndle<v8::Object> creationContext, v8::Isolate*);
45 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceDoNotChe ckConstants>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
46 };
47
48 inline v8::Handle<v8::Object> wrap(TestInterfaceDoNotCheckConstants* impl, v8::H andle<v8::Object> creationContext, v8::Isolate* isolate)
49 {
50 ASSERT(impl);
51 ASSERT(!DOMDataStore::containsWrapper<V8TestInterfaceDoNotCheckConstants>(im pl, isolate));
52 return V8TestInterfaceDoNotCheckConstants::createWrapper(impl, creationConte xt, isolate);
53 }
54
55 inline v8::Handle<v8::Value> toV8(TestInterfaceDoNotCheckConstants* impl, v8::Ha ndle<v8::Object> creationContext, v8::Isolate* isolate)
56 {
57 if (UNLIKELY(!impl))
58 return v8::Null(isolate);
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceDoNo tCheckConstants>(impl, isolate);
60 if (!wrapper.IsEmpty())
61 return wrapper;
62 return wrap(impl, creationContext, isolate);
63 }
64
65 template<typename CallbackInfo>
66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceDoNo tCheckConstants* impl)
67 {
68 if (UNLIKELY(!impl)) {
69 v8SetReturnValueNull(callbackInfo);
70 return;
71 }
72 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceDoNotCheckConstan ts>(callbackInfo.GetReturnValue(), impl))
73 return;
74 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackI nfo.GetIsolate());
75 v8SetReturnValue(callbackInfo, wrapper);
76 }
77
78 template<typename CallbackInfo>
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestI nterfaceDoNotCheckConstants* impl)
80 {
81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
82 if (UNLIKELY(!impl)) {
83 v8SetReturnValueNull(callbackInfo);
84 return;
85 }
86 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterfaceDoNot CheckConstants>(callbackInfo.GetReturnValue(), impl))
87 return;
88 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackIn fo.GetIsolate());
89 v8SetReturnValue(callbackInfo, wrapper);
90 }
91
92 template<class CallbackInfo, class Wrappable>
93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface DoNotCheckConstants* impl, Wrappable* wrappable)
94 {
95 if (UNLIKELY(!impl)) {
96 v8SetReturnValueNull(callbackInfo);
97 return;
98 }
99 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceDoNotCheckCon stants>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
100 return;
101 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackI nfo.GetIsolate());
102 v8SetReturnValue(callbackInfo, wrapper);
103 }
104
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceDoNotCheckConstants> i mpl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
106 {
107 return toV8(impl.get(), creationContext, isolate);
108 }
109
110 template<class CallbackInfo>
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestIn terfaceDoNotCheckConstants> impl)
112 {
113 v8SetReturnValue(callbackInfo, impl.get());
114 }
115
116 template<class CallbackInfo>
117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassR efPtr<TestInterfaceDoNotCheckConstants> impl)
118 {
119 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
120 }
121
122 template<class CallbackInfo, class Wrappable>
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te stInterfaceDoNotCheckConstants> impl, Wrappable* wrappable)
124 {
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
126 }
127
128 }
129 #endif // V8TestInterfaceDoNotCheckConstants_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698