| 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 16 matching lines...) Expand all Loading... |
| 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*); | 32 static void refObject(ScriptWrappableBase*); |
| 33 static void derefObject(ScriptWrappableBase*); | 33 static void derefObject(ScriptWrappableBase*); |
| 34 static void trace(Visitor* visitor, ScriptWrappableBase* scriptWrappableBase
) | 34 static void trace(Visitor* visitor, ScriptWrappableBase* scriptWrappableBase
) |
| 35 { | 35 { |
| 36 } | 36 } |
| 37 static void visitDOMWrapper(ScriptWrappableBase*, const v8::Persistent<v8::O
bject>&, v8::Isolate*); | 37 static void visitDOMWrapper(v8::Isolate*, ScriptWrappableBase*, const v8::Pe
rsistent<v8::Object>&); |
| 38 static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); | 38 static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
| 39 static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); | 39 static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
| 40 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; | 40 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; |
| 41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface5Imple
mentation* impl) | 41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface5Imple
mentation* impl) |
| 42 { | 42 { |
| 43 return impl->toScriptWrappableBase(); | 43 return impl->toScriptWrappableBase(); |
| 44 } | 44 } |
| 45 static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8
::Isolate*); | 45 static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8
::Isolate*); |
| 46 static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::I
solate*); | 46 static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::I
solate*); |
| 47 }; | 47 }; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 63 template<typename CallbackInfo> | 63 template<typename CallbackInfo> |
| 64 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface
5Implementation* impl, const ScriptWrappable*) | 64 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface
5Implementation* impl, const ScriptWrappable*) |
| 65 { | 65 { |
| 66 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackIn
fo.GetIsolate())); | 66 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackIn
fo.GetIsolate())); |
| 67 } | 67 } |
| 68 | 68 |
| 69 } // namespace blink | 69 } // namespace blink |
| 70 #endif // ENABLE(CONDITION) | 70 #endif // ENABLE(CONDITION) |
| 71 | 71 |
| 72 #endif // V8TestInterface5_h | 72 #endif // V8TestInterface5_h |
| OLD | NEW |