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

Unified Diff: test/mjsunit/throw-exception-for-null-access.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/switch.js ('k') | test/mjsunit/to_number_order.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/throw-exception-for-null-access.js
diff --git a/test/mjsunit/throw-exception-for-null-access.js b/test/mjsunit/throw-exception-for-null-access.js
index 018cfef9ecb79e43da60134546a6d8f815c0b832..95d5b4c45f3bd90cc9d2516ba68d35d22ad8847d 100644
--- a/test/mjsunit/throw-exception-for-null-access.js
+++ b/test/mjsunit/throw-exception-for-null-access.js
@@ -26,7 +26,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Must throw TypeError when accessing properties of null.
-var caught = false
+var caught = false;
try {
null[0];
assertTrue(false);
« no previous file with comments | « test/mjsunit/switch.js ('k') | test/mjsunit/to_number_order.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698