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

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

Issue 349033007: Reland "Fix stack trace accessor behavior." (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
« no previous file with comments | « test/mjsunit/regress/regress-3404.js ('k') | test/mjsunit/runtime-gen/getandclearoverflowedstacktrace.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/collectstacktrace.js
diff --git a/test/mjsunit/runtime-gen/collectstacktrace.js b/test/mjsunit/runtime-gen/collectstacktrace.js
index 02728633d10277680670924b5b2d91ff49e66017..58bf9f7d02d3f24301010aa124fb26a388d0b88d 100644
--- a/test/mjsunit/runtime-gen/collectstacktrace.js
+++ b/test/mjsunit/runtime-gen/collectstacktrace.js
@@ -3,5 +3,4 @@
// Flags: --allow-natives-syntax --harmony
var _error_object = new Object();
var _caller = new Object();
-var _limit = 32;
-%CollectStackTrace(_error_object, _caller, _limit);
+%CollectStackTrace(_error_object, _caller);
« no previous file with comments | « test/mjsunit/regress/regress-3404.js ('k') | test/mjsunit/runtime-gen/getandclearoverflowedstacktrace.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698