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

Unified Diff: test/mjsunit/compiler/regress-stacktrace-methods.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/compiler/regress-serialized-slots.js ('k') | test/mjsunit/compiler/short-circuit.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/regress-stacktrace-methods.js
diff --git a/test/mjsunit/compiler/regress-stacktrace-methods.js b/test/mjsunit/compiler/regress-stacktrace-methods.js
index 4d2872793d92108f2b6e7ddc54a665716bce6da2..e21d0584c76229838c270a4e49e1231d5012dfcf 100644
--- a/test/mjsunit/compiler/regress-stacktrace-methods.js
+++ b/test/mjsunit/compiler/regress-stacktrace-methods.js
@@ -31,11 +31,11 @@
function Hest() {}
function Svin() {}
-Svin.prototype.two = function() { /* xxxxxxx */ o.three(); }
+Svin.prototype.two = function() { /* xxxxxxx */ o.three(); };
-Hest.prototype.one = function(x) { x.two(); }
+Hest.prototype.one = function(x) { x.two(); };
-Hest.prototype.three = function() { if (v == 42) throw new Error("urg"); }
+Hest.prototype.three = function() { if (v == 42) throw new Error("urg"); };
var o = new Hest();
var s = new Svin();
« no previous file with comments | « test/mjsunit/compiler/regress-serialized-slots.js ('k') | test/mjsunit/compiler/short-circuit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698