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 V8TestInterfaceNode_h | 7 #ifndef V8TestInterfaceNode_h |
8 #define V8TestInterfaceNode_h | 8 #define V8TestInterfaceNode_h |
9 | 9 |
10 #include "bindings/tests/idls/TestInterfaceNode.h" | 10 #include "bindings/tests/idls/TestInterfaceNode.h" |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 return static_cast<TestInterfaceNode*>(V8Node::fromInternalPointer(objec
t)); | 45 return static_cast<TestInterfaceNode*>(V8Node::fromInternalPointer(objec
t)); |
46 } | 46 } |
47 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestI
nterfaceNode*, v8::Isolate*) { } | 47 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestI
nterfaceNode*, v8::Isolate*) { } |
48 static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isol
ate*) { } | 48 static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isol
ate*) { } |
49 | 49 |
50 private: | 50 private: |
51 friend v8::Handle<v8::Object> wrap(TestInterfaceNode*, v8::Handle<v8::Object
> creationContext, v8::Isolate*); | 51 friend v8::Handle<v8::Object> wrap(TestInterfaceNode*, v8::Handle<v8::Object
> creationContext, v8::Isolate*); |
52 static v8::Handle<v8::Object> createWrapper(PassRefPtrWillBeRawPtr<TestInter
faceNode>, v8::Handle<v8::Object> creationContext, v8::Isolate*); | 52 static v8::Handle<v8::Object> createWrapper(PassRefPtrWillBeRawPtr<TestInter
faceNode>, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
53 }; | 53 }; |
54 | 54 |
55 inline v8::Handle<v8::Object> wrap(TestInterfaceNode* impl, v8::Handle<v8::Objec
t> creationContext, v8::Isolate* isolate) | 55 v8::Handle<v8::Object> wrap(TestInterfaceNode* impl, v8::Handle<v8::Object> crea
tionContext, v8::Isolate*); |
56 { | |
57 ASSERT(impl); | |
58 ASSERT(!DOMDataStore::containsWrapper<V8TestInterfaceNode>(impl, isolate)); | |
59 return V8TestInterfaceNode::createWrapper(impl, creationContext, isolate); | |
60 } | |
61 | 56 |
62 inline v8::Handle<v8::Value> toV8(TestInterfaceNode* impl, v8::Handle<v8::Object
> creationContext, v8::Isolate* isolate) | 57 inline v8::Handle<v8::Value> toV8(TestInterfaceNode* impl, v8::Handle<v8::Object
> creationContext, v8::Isolate* isolate) |
63 { | 58 { |
64 if (UNLIKELY(!impl)) | 59 if (UNLIKELY(!impl)) |
65 return v8::Null(isolate); | 60 return v8::Null(isolate); |
66 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNode
>(impl, isolate); | 61 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNode
>(impl, isolate); |
67 if (!wrapper.IsEmpty()) | 62 if (!wrapper.IsEmpty()) |
68 return wrapper; | 63 return wrapper; |
69 return wrap(impl, creationContext, isolate); | 64 return wrap(impl, creationContext, isolate); |
70 } | 65 } |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 } | 122 } |
128 | 123 |
129 template<class CallbackInfo, class Wrappable> | 124 template<class CallbackInfo, class Wrappable> |
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWil
lBeRawPtr<TestInterfaceNode> impl, Wrappable* wrappable) | 125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWil
lBeRawPtr<TestInterfaceNode> impl, Wrappable* wrappable) |
131 { | 126 { |
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); | 127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
133 } | 128 } |
134 | 129 |
135 } | 130 } |
136 #endif // V8TestInterfaceNode_h | 131 #endif // V8TestInterfaceNode_h |
OLD | NEW |