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

Unified Diff: test/mjsunit/extra-arguments.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/eval-enclosing-function-name.js ('k') | test/mjsunit/extra-commas.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/extra-arguments.js
diff --git a/test/mjsunit/extra-arguments.js b/test/mjsunit/extra-arguments.js
index 186277a006f61b8a92d26606379ca40274ade6ba..dc579bbe19525979c6fd761aebd6a8169d675c18 100644
--- a/test/mjsunit/extra-arguments.js
+++ b/test/mjsunit/extra-arguments.js
@@ -27,7 +27,7 @@
function f() {
return g();
-};
+}
function g() {
var result = 0;
@@ -36,7 +36,7 @@ function g() {
result += array[i];
}
return result;
-};
+}
// Make sure we can pass any number of arguments to f and read them
« no previous file with comments | « test/mjsunit/eval-enclosing-function-name.js ('k') | test/mjsunit/extra-commas.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698