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

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

Issue 453903002: Remove proxies from --harmony switch for M38, because problems (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/runtime-gen/setflags.js ('k') | test/mjsunit/runtime-gen/setgetsize.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/setfunctionbreakpoint.js
diff --git a/test/mjsunit/runtime-gen/setfunctionbreakpoint.js b/test/mjsunit/runtime-gen/setfunctionbreakpoint.js
index 1fc3516f9a93f1b41de4cd833b6da44b804c5bc0..010330e5a491096eef30a7c9e1a37b27115634b4 100644
--- a/test/mjsunit/runtime-gen/setfunctionbreakpoint.js
+++ b/test/mjsunit/runtime-gen/setfunctionbreakpoint.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
+// Flags: --allow-natives-syntax --harmony --harmony-proxies
var _function = function() {};
-var arg1 = 200;
+var arg1 = 218;
var _break_point_object_arg = new Object();
%SetFunctionBreakPoint(_function, arg1, _break_point_object_arg);
« no previous file with comments | « test/mjsunit/runtime-gen/setflags.js ('k') | test/mjsunit/runtime-gen/setgetsize.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698