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

Side by Side Diff: Source/bindings/tests/results/V8TestInterfaceEmpty.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 TestInterfaceEmptyV8Internal 62 } // namespace TestInterfaceEmptyV8Internal
63 63
64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceEmptyTemplate(v8 ::Handle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType curr entWorldType) 64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceEmptyTemplate(v8 ::Handle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType curr entWorldType)
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, "TestIn terfaceEmpty", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceEmpty::internal FieldCount, 69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestIn terfaceEmpty", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceEmpty::internal FieldCount, 0, 0, 0, 0, isolate, currentWorldType);
70 0, 0,
71 0, 0, isolate, currentWorldType);
72 UNUSED_PARAM(defaultSignature); 70 UNUSED_PARAM(defaultSignature);
73 71
74 // Custom toString template 72 // Custom toString template
75 desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->to StringTemplate()); 73 desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->to StringTemplate());
76 return desc; 74 return desc;
77 } 75 }
78 76
79 v8::Handle<v8::FunctionTemplate> V8TestInterfaceEmpty::GetTemplate(v8::Isolate* isolate, WrapperWorldType currentWorldType) 77 v8::Handle<v8::FunctionTemplate> V8TestInterfaceEmpty::GetTemplate(v8::Isolate* isolate, WrapperWorldType currentWorldType)
80 { 78 {
81 V8PerIsolateData* data = V8PerIsolateData::from(isolate); 79 V8PerIsolateData* data = V8PerIsolateData::from(isolate);
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceEmpty>(impl, &wrappe rTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); 120 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceEmpty>(impl, &wrappe rTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
123 return wrapper; 121 return wrapper;
124 } 122 }
125 123
126 void V8TestInterfaceEmpty::derefObject(void* object) 124 void V8TestInterfaceEmpty::derefObject(void* object)
127 { 125 {
128 fromInternalPointer(object)->deref(); 126 fromInternalPointer(object)->deref();
129 } 127 }
130 128
131 } // namespace WebCore 129 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestInterface.cpp ('k') | Source/bindings/tests/results/V8TestInterfaceImplementedAs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698