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

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

Issue 48003002: IDL compiler: remove blank line for void methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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 3219 matching lines...) Expand 10 before | Expand all | Expand 10 after
3230 3230
3231 static void TestObjectPythonReplaceableAttributeSetterCallback(v8::Local<v8::Str ing> name, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& i nfo) 3231 static void TestObjectPythonReplaceableAttributeSetterCallback(v8::Local<v8::Str ing> name, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& i nfo)
3232 { 3232 {
3233 TestObjectPythonV8Internal::TestObjectPythonReplaceableAttributeSetter(name, jsValue, info); 3233 TestObjectPythonV8Internal::TestObjectPythonReplaceableAttributeSetter(name, jsValue, info);
3234 } 3234 }
3235 3235
3236 static void voidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& args) 3236 static void voidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& args)
3237 { 3237 {
3238 TestObjectPython* imp = V8TestObjectPython::toNative(args.Holder()); 3238 TestObjectPython* imp = V8TestObjectPython::toNative(args.Holder());
3239 imp->voidMethod(); 3239 imp->voidMethod();
3240
3241 return; 3240 return;
3242 } 3241 }
3243 3242
3244 static void voidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& args) 3243 static void voidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& args)
3245 { 3244 {
3246 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); 3245 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod");
3247 TestObjectPythonV8Internal::voidMethodMethod(args); 3246 TestObjectPythonV8Internal::voidMethodMethod(args);
3248 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); 3247 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution");
3249 } 3248 }
3250 3249
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
3671 V8DOMWrapper::associateObjectWithWrapper<V8TestObjectPython>(impl, &wrapperT ypeInfo, wrapper, isolate, WrapperConfiguration::Independent); 3670 V8DOMWrapper::associateObjectWithWrapper<V8TestObjectPython>(impl, &wrapperT ypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
3672 return wrapper; 3671 return wrapper;
3673 } 3672 }
3674 3673
3675 void V8TestObjectPython::derefObject(void* object) 3674 void V8TestObjectPython::derefObject(void* object)
3676 { 3675 {
3677 fromInternalPointer(object)->deref(); 3676 fromInternalPointer(object)->deref();
3678 } 3677 }
3679 3678
3680 } // namespace WebCore 3679 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/bindings/tests/results/V8TestTypedefs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698