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

Side by Side Diff: Source/bindings/tests/results/modules/V8TestInterface5.h

Issue 696203002: Move the v8::Isolate* parameter to the first parameter of various binding methods in third_party/We… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8TestInterface3.h ('k') | Source/bindings/tests/results/modules/V8TestInterface5.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698