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

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

Issue 14670022: Make sure the main header is not included twice in the generated implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15 matching lines...) Expand all
26 #include "ScriptProfile.h" 26 #include "ScriptProfile.h"
27 #include "V8DOMStringList.h" 27 #include "V8DOMStringList.h"
28 #include "V8Document.h" 28 #include "V8Document.h"
29 #include "V8Float32Array.h" 29 #include "V8Float32Array.h"
30 #include "V8Node.h" 30 #include "V8Node.h"
31 #include "V8SVGDocument.h" 31 #include "V8SVGDocument.h"
32 #include "V8SVGPoint.h" 32 #include "V8SVGPoint.h"
33 #include "V8ScriptProfile.h" 33 #include "V8ScriptProfile.h"
34 #include "V8TestCallback.h" 34 #include "V8TestCallback.h"
35 #include "V8TestNode.h" 35 #include "V8TestNode.h"
36 #include "V8TestObj.h"
37 #include "V8TestSubObj.h" 36 #include "V8TestSubObj.h"
38 #include "V8bool.h" 37 #include "V8bool.h"
39 #include "bindings/v8/Dictionary.h" 38 #include "bindings/v8/Dictionary.h"
40 #include "bindings/v8/ScriptController.h" 39 #include "bindings/v8/ScriptController.h"
41 #include "bindings/v8/ScriptValue.h" 40 #include "bindings/v8/ScriptValue.h"
42 #include "bindings/v8/SerializedScriptValue.h" 41 #include "bindings/v8/SerializedScriptValue.h"
43 #include "bindings/v8/V8Binding.h" 42 #include "bindings/v8/V8Binding.h"
44 #include "bindings/v8/V8DOMActivityLogger.h" 43 #include "bindings/v8/V8DOMActivityLogger.h"
45 #include "bindings/v8/V8DOMWrapper.h" 44 #include "bindings/v8/V8DOMWrapper.h"
46 #include "bindings/v8/V8EventListenerList.h" 45 #include "bindings/v8/V8EventListenerList.h"
(...skipping 4428 matching lines...) Expand 10 before | Expand all | Expand 10 after
4475 installPerContextProperties(wrapper, impl.get(), isolate); 4474 installPerContextProperties(wrapper, impl.get(), isolate);
4476 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, hasD ependentLifetime ? WrapperConfiguration::Dependent : WrapperConfiguration::Indep endent); 4475 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, hasD ependentLifetime ? WrapperConfiguration::Dependent : WrapperConfiguration::Indep endent);
4477 return wrapper; 4476 return wrapper;
4478 } 4477 }
4479 void V8TestObj::derefObject(void* object) 4478 void V8TestObj::derefObject(void* object)
4480 { 4479 {
4481 static_cast<TestObj*>(object)->deref(); 4480 static_cast<TestObj*>(object)->deref();
4482 } 4481 }
4483 4482
4484 } // namespace WebCore 4483 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698