| 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 V8TestInterface5_h | 7 #ifndef V8TestInterface5_h |
| 8 #define V8TestInterface5_h | 8 #define V8TestInterface5_h |
| 9 | 9 |
| 10 #if ENABLE(CONDITION) | 10 #if ENABLE(CONDITION) |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Va
lue>, v8::Isolate*); | 24 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Va
lue>, v8::Isolate*); |
| 25 static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); | 25 static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
| 26 static TestInterface5Implementation* toImpl(v8::Handle<v8::Object> object) | 26 static TestInterface5Implementation* toImpl(v8::Handle<v8::Object> object) |
| 27 { | 27 { |
| 28 return blink::toScriptWrappableBase(object)->toImpl<TestInterface5Implem
entation>(); | 28 return blink::toScriptWrappableBase(object)->toImpl<TestInterface5Implem
entation>(); |
| 29 } | 29 } |
| 30 static TestInterface5Implementation* toImplWithTypeCheck(v8::Isolate*, v8::H
andle<v8::Value>); | 30 static TestInterface5Implementation* toImplWithTypeCheck(v8::Isolate*, v8::H
andle<v8::Value>); |
| 31 static const WrapperTypeInfo wrapperTypeInfo; | 31 static const WrapperTypeInfo wrapperTypeInfo; |
| 32 static void refObject(ScriptWrappableBase* internalPointer); | 32 static void refObject(ScriptWrappableBase* internalPointer); |
| 33 static void derefObject(ScriptWrappableBase* internalPointer); | 33 static void derefObject(ScriptWrappableBase* internalPointer); |
| 34 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* in
ternalPointer); | 34 static void trace(Visitor* visitor, ScriptWrappableBase* internalPointer) |
| 35 { |
| 36 } |
| 35 static void visitDOMWrapper(ScriptWrappableBase* internalPointer, const v8::
Persistent<v8::Object>&, v8::Isolate*); | 37 static void visitDOMWrapper(ScriptWrappableBase* internalPointer, const v8::
Persistent<v8::Object>&, v8::Isolate*); |
| 36 static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); | 38 static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
| 37 static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); | 39 static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
| 38 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; | 40 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; |
| 39 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface5Imple
mentation* impl) | 41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface5Imple
mentation* impl) |
| 40 { | 42 { |
| 41 return impl->toScriptWrappableBase(); | 43 return impl->toScriptWrappableBase(); |
| 42 } | 44 } |
| 43 static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8
::Isolate*); | 45 static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8
::Isolate*); |
| 44 static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::I
solate*); | 46 static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::I
solate*); |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 template<class CallbackInfo, class Wrappable> | 87 template<class CallbackInfo, class Wrappable> |
| 86 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te
stInterface5Implementation> impl, Wrappable* wrappable) | 88 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te
stInterface5Implementation> impl, Wrappable* wrappable) |
| 87 { | 89 { |
| 88 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); | 90 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
| 89 } | 91 } |
| 90 | 92 |
| 91 } // namespace blink | 93 } // namespace blink |
| 92 #endif // ENABLE(CONDITION) | 94 #endif // ENABLE(CONDITION) |
| 93 | 95 |
| 94 #endif // V8TestInterface5_h | 96 #endif // V8TestInterface5_h |
| OLD | NEW |