| 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 #include "config.h" | 7 #include "config.h" |
| 8 #include "V8TestInterfaceGarbageCollected.h" | 8 #include "V8TestInterfaceGarbageCollected.h" |
| 9 | 9 |
| 10 #include "bindings/core/v8/ExceptionState.h" | 10 #include "bindings/core/v8/ExceptionState.h" |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceGarbageCol
lected* object) | 32 void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceGarbageCol
lected* object) |
| 33 { | 33 { |
| 34 blink::initializeScriptWrappableForInterface(object); | 34 blink::initializeScriptWrappableForInterface(object); |
| 35 } | 35 } |
| 36 | 36 |
| 37 namespace blink { | 37 namespace blink { |
| 38 | 38 |
| 39 const WrapperTypeInfo V8TestInterfaceGarbageCollected::wrapperTypeInfo = { gin::
kEmbedderBlink, V8TestInterfaceGarbageCollected::domTemplate, V8TestInterfaceGar
bageCollected::refObject, V8TestInterfaceGarbageCollected::derefObject, V8TestIn
terfaceGarbageCollected::createPersistentHandle, 0, V8TestInterfaceGarbageCollec
ted::toEventTarget, 0, V8TestInterfaceGarbageCollected::installConditionallyEnab
ledMethods, V8TestInterfaceGarbageCollected::installConditionallyEnabledProperti
es, &V8EventTarget::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype
, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo:
:GarbageCollectedObject }; | 39 const WrapperTypeInfo V8TestInterfaceGarbageCollected::wrapperTypeInfo = { gin::
kEmbedderBlink, V8TestInterfaceGarbageCollected::domTemplate, V8TestInterfaceGar
bageCollected::refObject, V8TestInterfaceGarbageCollected::derefObject, V8TestIn
terfaceGarbageCollected::createPersistentHandle, 0, V8TestInterfaceGarbageCollec
ted::toEventTarget, 0, V8TestInterfaceGarbageCollected::installConditionallyEnab
ledMethods, V8TestInterfaceGarbageCollected::installConditionallyEnabledProperti
es, &V8EventTarget::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype
, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo:
:GarbageCollectedObject }; |
| 40 | 40 |
| 41 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestInterfac
eGarbageCollected.h. |
| 42 // For details, see the comment of DEFINE_WRAPPERTYPEINFO in |
| 43 // bindings/core/v8/ScriptWrappable.h. |
| 44 const WrapperTypeInfo& TestInterfaceGarbageCollected::s_wrapperTypeInfo = V8Test
InterfaceGarbageCollected::wrapperTypeInfo; |
| 45 |
| 41 namespace TestInterfaceGarbageCollectedV8Internal { | 46 namespace TestInterfaceGarbageCollectedV8Internal { |
| 42 | 47 |
| 43 template <typename T> void V8_USE(T) { } | 48 template <typename T> void V8_USE(T) { } |
| 44 | 49 |
| 45 static void attr1AttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info
) | 50 static void attr1AttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info
) |
| 46 { | 51 { |
| 47 v8::Handle<v8::Object> holder = info.Holder(); | 52 v8::Handle<v8::Object> holder = info.Holder(); |
| 48 TestInterfaceGarbageCollected* impl = V8TestInterfaceGarbageCollected::toNat
ive(holder); | 53 TestInterfaceGarbageCollected* impl = V8TestInterfaceGarbageCollected::toNat
ive(holder); |
| 49 v8SetReturnValueFast(info, WTF::getPtr(impl->attr1()), impl); | 54 v8SetReturnValueFast(info, WTF::getPtr(impl->attr1()), impl); |
| 50 } | 55 } |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 return new Persistent<TestInterfaceGarbageCollected>(fromInternalPointer(int
ernalPointer)); | 224 return new Persistent<TestInterfaceGarbageCollected>(fromInternalPointer(int
ernalPointer)); |
| 220 } | 225 } |
| 221 | 226 |
| 222 template<> | 227 template<> |
| 223 v8::Handle<v8::Value> toV8NoInline(TestInterfaceGarbageCollected* impl, v8::Hand
le<v8::Object> creationContext, v8::Isolate* isolate) | 228 v8::Handle<v8::Value> toV8NoInline(TestInterfaceGarbageCollected* impl, v8::Hand
le<v8::Object> creationContext, v8::Isolate* isolate) |
| 224 { | 229 { |
| 225 return toV8(impl, creationContext, isolate); | 230 return toV8(impl, creationContext, isolate); |
| 226 } | 231 } |
| 227 | 232 |
| 228 } // namespace blink | 233 } // namespace blink |
| OLD | NEW |