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

Unified Diff: test/mjsunit/regress/regress-417709b.js

Issue 651323003: Handle exceptions thrown by Array.observe machinery (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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 | « src/objects.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-417709b.js
diff --git a/test/mjsunit/regress/regress-417709a.js b/test/mjsunit/regress/regress-417709b.js
similarity index 90%
copy from test/mjsunit/regress/regress-417709a.js
copy to test/mjsunit/regress/regress-417709b.js
index d210c10429ad2a49d8df3436f054dca82d7583bd..76805435d3d806758ffb8f51ebc25bb71aa059ef 100644
--- a/test/mjsunit/regress/regress-417709a.js
+++ b/test/mjsunit/regress/regress-417709b.js
@@ -6,7 +6,7 @@
var a = [];
-Object.observe(a, function() {});
+Array.observe(a, function() {});
function f(a, x) {
a.length = x;
« no previous file with comments | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698