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

Side by Side Diff: Source/bindings/tests/results/V8SVGTestInterface.cpp

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 months 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 | Annotate | Revision Log
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 #include "config.h" 7 #include "config.h"
8 #include "V8SVGTestInterface.h" 8 #include "V8SVGTestInterface.h"
9 9
10 #include "bindings/core/v8/ExceptionState.h" 10 #include "bindings/core/v8/ExceptionState.h"
(...skipping 20 matching lines...) Expand all
31 31
32 void webCoreInitializeScriptWrappableForInterface(blink::SVGTestInterface* objec t) 32 void webCoreInitializeScriptWrappableForInterface(blink::SVGTestInterface* objec t)
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 V8SVGTestInterface::wrapperTypeInfo = { gin::kEmbedderBlin k, V8SVGTestInterface::domTemplate, V8SVGTestInterface::refObject, V8SVGTestInte rface::derefObject, V8SVGTestInterface::createPersistentHandle, 0, 0, 0, V8SVGTe stInterface::installConditionallyEnabledMethods, V8SVGTestInterface::installCond itionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, Wrap perTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCoun tedObject }; 39 const WrapperTypeInfo V8SVGTestInterface::wrapperTypeInfo = { gin::kEmbedderBlin k, V8SVGTestInterface::domTemplate, V8SVGTestInterface::refObject, V8SVGTestInte rface::derefObject, V8SVGTestInterface::createPersistentHandle, 0, 0, 0, V8SVGTe stInterface::installConditionallyEnabledMethods, V8SVGTestInterface::installCond itionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, Wrap perTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCoun tedObject };
40 40
41 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in SVGTestInter face.h.
42 // For details, see the comment of DEFINE_WRAPPERTYPEINFO in
43 // bindings/core/v8/ScriptWrappable.h.
44 const WrapperTypeInfo& SVGTestInterface::s_wrapperTypeInfo = V8SVGTestInterface: :wrapperTypeInfo;
45
41 namespace SVGTestInterfaceV8Internal { 46 namespace SVGTestInterfaceV8Internal {
42 47
43 template <typename T> void V8_USE(T) { } 48 template <typename T> void V8_USE(T) { }
44 49
45 static void typeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) 50 static void typeAttributeGetter(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 SVGTestInterface* impl = V8SVGTestInterface::toNative(holder); 53 SVGTestInterface* impl = V8SVGTestInterface::toNative(holder);
49 v8SetReturnValueString(info, impl->fastGetAttribute(SVGNames::typeAttr), inf o.GetIsolate()); 54 v8SetReturnValueString(info, impl->fastGetAttribute(SVGNames::typeAttr), inf o.GetIsolate());
50 } 55 }
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 return 0; 163 return 0;
159 } 164 }
160 165
161 template<> 166 template<>
162 v8::Handle<v8::Value> toV8NoInline(SVGTestInterface* impl, v8::Handle<v8::Object > creationContext, v8::Isolate* isolate) 167 v8::Handle<v8::Value> toV8NoInline(SVGTestInterface* impl, v8::Handle<v8::Object > creationContext, v8::Isolate* isolate)
163 { 168 {
164 return toV8(impl, creationContext, isolate); 169 return toV8(impl, creationContext, isolate);
165 } 170 }
166 171
167 } // namespace blink 172 } // namespace blink
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8SVGTestInterface.h ('k') | Source/bindings/tests/results/V8TestException.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698