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

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

Issue 54123003: Clean up code generator before implementing [ExposeV8GetterAndSetter] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 template <typename T> void V8_USE(T) { } 60 template <typename T> void V8_USE(T) { }
61 61
62 } // namespace TestConstantsV8Internal 62 } // namespace TestConstantsV8Internal
63 63
64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestConstantsTemplate(v8::Han dle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType currentWo rldType) 64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestConstantsTemplate(v8::Han dle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType currentWo rldType)
65 { 65 {
66 desc->ReadOnlyPrototype(); 66 desc->ReadOnlyPrototype();
67 67
68 v8::Local<v8::Signature> defaultSignature; 68 v8::Local<v8::Signature> defaultSignature;
69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestCo nstants", v8::Local<v8::FunctionTemplate>(), V8TestConstants::internalFieldCount , 69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestCo nstants", v8::Local<v8::FunctionTemplate>(), V8TestConstants::internalFieldCount , 0, 0, 0, 0, isolate, currentWorldType);
70 0, 0,
71 0, 0, isolate, currentWorldType);
72 UNUSED_PARAM(defaultSignature); 70 UNUSED_PARAM(defaultSignature);
73 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate(); 71 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
74 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate(); 72 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate();
75 UNUSED_PARAM(instance); 73 UNUSED_PARAM(instance);
76 UNUSED_PARAM(proto); 74 UNUSED_PARAM(proto);
77 static const V8DOMConfiguration::ConstantConfiguration V8TestConstantsConsta nts[] = { 75 static const V8DOMConfiguration::ConstantConfiguration V8TestConstantsConsta nts[] = {
78 {"CONST_VALUE_0", 0}, 76 {"CONST_VALUE_0", 0},
79 {"CONST_VALUE_1", 1}, 77 {"CONST_VALUE_1", 1},
80 {"CONST_VALUE_2", 2}, 78 {"CONST_VALUE_2", 2},
81 {"CONST_VALUE_4", 4}, 79 {"CONST_VALUE_4", 4},
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 V8DOMWrapper::associateObjectWithWrapper<V8TestConstants>(impl, &wrapperType Info, wrapper, isolate, WrapperConfiguration::Independent); 166 V8DOMWrapper::associateObjectWithWrapper<V8TestConstants>(impl, &wrapperType Info, wrapper, isolate, WrapperConfiguration::Independent);
169 return wrapper; 167 return wrapper;
170 } 168 }
171 169
172 void V8TestConstants::derefObject(void* object) 170 void V8TestConstants::derefObject(void* object)
173 { 171 {
174 fromInternalPointer(object)->deref(); 172 fromInternalPointer(object)->deref();
175 } 173 }
176 174
177 } // namespace WebCore 175 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestActiveDOMObject.cpp ('k') | Source/bindings/tests/results/V8TestCustomAccessors.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698