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

Unified Diff: test/mjsunit/es7/object-observe.js

Issue 368853003: Remove special ExecutableAccessorInfo handling based on flag (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix 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/cctest/test-api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es7/object-observe.js
diff --git a/test/mjsunit/es7/object-observe.js b/test/mjsunit/es7/object-observe.js
index 7bb579f0c1462b6b33ff1bc6c3229067317f2845..920b1fac5f06e182d9049c48d7e94c9c199e1b53 100644
--- a/test/mjsunit/es7/object-observe.js
+++ b/test/mjsunit/es7/object-observe.js
@@ -1136,7 +1136,8 @@ var objects = [
// createProxy(Proxy.create, null),
// createProxy(Proxy.createFunction, function(){}),
];
-var properties = ["a", "1", 1, "length", "setPrototype", "name", "caller"];
+var properties = ["a", "1", 1, "length", "setPrototype",
+ "name", "caller", "prototype"];
// Cases that yield non-standard results.
function blacklisted(obj, prop) {
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698