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

Unified Diff: test/mjsunit/runtime-gen/getargumentsboilerplateobject.js

Issue 342453002: Arguments object has @@iterator (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 months 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
Index: test/mjsunit/runtime-gen/getargumentsboilerplateobject.js
diff --git a/test/mjsunit/runtime-gen/checkexecutionstate.js b/test/mjsunit/runtime-gen/getargumentsboilerplateobject.js
similarity index 77%
copy from test/mjsunit/runtime-gen/checkexecutionstate.js
copy to test/mjsunit/runtime-gen/getargumentsboilerplateobject.js
index 93690fea6c26dd65fee138fa5f1cc0a0fe363968..aecb26efa707427517befa1c2f8aa56324b39d9d 100644
--- a/test/mjsunit/runtime-gen/checkexecutionstate.js
+++ b/test/mjsunit/runtime-gen/getargumentsboilerplateobject.js
@@ -1,7 +1,7 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
-var _break_id = 32;
+var _index = 1;
try {
-%CheckExecutionState(_break_id);
+%GetArgumentsBoilerplateObject(_index);
} catch(e) {}

Powered by Google App Engine
This is Rietveld 408576698