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

Side by Side Diff: Source/bindings/tests/results/V8TestOverloadedConstructors.h

Issue 15877002: move constructors to new style callbacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 6 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 /* 1 /*
2 This file is part of the Blink open source project. 2 This file is part of the Blink open source project.
3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY!
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public 6 modify it under the terms of the GNU Library General Public
7 License as published by the Free Software Foundation; either 7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version. 8 version 2 of the License, or (at your option) any later version.
9 9
10 This library is distributed in the hope that it will be useful, 10 This library is distributed in the hope that it will be useful,
(...skipping 21 matching lines...) Expand all
32 public: 32 public:
33 static bool HasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldTyp e); 33 static bool HasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldTyp e);
34 static bool HasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*); 34 static bool HasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
35 static v8::Persistent<v8::FunctionTemplate> GetTemplate(v8::Isolate*, Wrappe rWorldType); 35 static v8::Persistent<v8::FunctionTemplate> GetTemplate(v8::Isolate*, Wrappe rWorldType);
36 static TestOverloadedConstructors* toNative(v8::Handle<v8::Object> object) 36 static TestOverloadedConstructors* toNative(v8::Handle<v8::Object> object)
37 { 37 {
38 return reinterpret_cast<TestOverloadedConstructors*>(object->GetAlignedP ointerFromInternalField(v8DOMWrapperObjectIndex)); 38 return reinterpret_cast<TestOverloadedConstructors*>(object->GetAlignedP ointerFromInternalField(v8DOMWrapperObjectIndex));
39 } 39 }
40 static void derefObject(void*); 40 static void derefObject(void*);
41 static WrapperTypeInfo info; 41 static WrapperTypeInfo info;
42 static v8::Handle<v8::Value> constructorCallback(const v8::Arguments&); 42 static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
43 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ; 43 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ;
44 static void installPerContextProperties(v8::Handle<v8::Object>, TestOverload edConstructors*, v8::Isolate*) { } 44 static void installPerContextProperties(v8::Handle<v8::Object>, TestOverload edConstructors*, v8::Isolate*) { }
45 static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8: :Isolate*) { } 45 static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8: :Isolate*) { }
46 private: 46 private:
47 friend v8::Handle<v8::Object> wrap(TestOverloadedConstructors*, v8::Handle<v 8::Object> creationContext, v8::Isolate*); 47 friend v8::Handle<v8::Object> wrap(TestOverloadedConstructors*, v8::Handle<v 8::Object> creationContext, v8::Isolate*);
48 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestOverloadedConstru ctors>, v8::Handle<v8::Object> creationContext, v8::Isolate*); 48 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestOverloadedConstru ctors>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
49 }; 49 };
50 50
51 template<> 51 template<>
52 class WrapperTypeTraits<TestOverloadedConstructors > { 52 class WrapperTypeTraits<TestOverloadedConstructors > {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 } 126 }
127 127
128 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestOverloadedConstructors > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 128 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestOverloadedConstructors > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
129 { 129 {
130 return toV8(impl.get(), creationContext, isolate); 130 return toV8(impl.get(), creationContext, isolate);
131 } 131 }
132 132
133 } 133 }
134 134
135 #endif // V8TestOverloadedConstructors_h 135 #endif // V8TestOverloadedConstructors_h
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/bindings/tests/results/V8TestOverloadedConstructors.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698