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

Unified Diff: test/mjsunit/messages.js

Issue 1011823003: [es6] don't throw if argument is non-object (O.freeze, O.seal, O.preventExtensions) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove phantom edit Created 5 years, 8 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/v8natives.js ('k') | test/mjsunit/object-freeze.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/messages.js
diff --git a/test/mjsunit/messages.js b/test/mjsunit/messages.js
index d148063b76f59e9107b0a3df7e374d39cd73914c..30920a1451533bbe52150c08921a7886d16add7b 100644
--- a/test/mjsunit/messages.js
+++ b/test/mjsunit/messages.js
@@ -37,11 +37,6 @@ test(function() {
[].forEach(1);
}, "1 is not a function", TypeError);
-// kCalledOnNonObject
-test(function() {
- Object.freeze(1)
-}, "Object.freeze called on non-object", TypeError);
-
// kCannotConvertToPrimitive
test(function() {
[].join(Object(Symbol(1)));
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/object-freeze.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698