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

Unified Diff: test/mjsunit/unbox-double-arrays.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/try-finally-nested.js ('k') | test/mjsunit/value-callic-prototype-change.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/unbox-double-arrays.js
diff --git a/test/mjsunit/unbox-double-arrays.js b/test/mjsunit/unbox-double-arrays.js
index fd7db28a0d0619264ddb47c3e724969a257798f6..a31d9d6e78941389b8e88dbbe018627179fabfef 100644
--- a/test/mjsunit/unbox-double-arrays.js
+++ b/test/mjsunit/unbox-double-arrays.js
@@ -115,7 +115,7 @@ function testOneArrayType(allocator) {
assertTrue(%HasFastDoubleElements(a));
if (value_5 != undefined) {
assertEquals(value_5, a[5]);
- };
+ }
if (value_6 != undefined) {
assertEquals(value_6, a[6]);
assertEquals(value_6, a[computed_6()]); // Test non-constant key
@@ -489,7 +489,7 @@ test_for_in();
function test_get_property_names() {
names = %GetPropertyNames(large_array3);
property_name_count = 0;
- for (x in names) { property_name_count++; };
+ for (x in names) { property_name_count++; }
assertEquals(26, property_name_count);
}
« no previous file with comments | « test/mjsunit/try-finally-nested.js ('k') | test/mjsunit/value-callic-prototype-change.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698