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

Unified Diff: test/mjsunit/function-call.js

Issue 433413002: `1..isPrototypeOf.call(null)` should return false, not throw TypeError. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: s/Copyright 2013/Copyright 2014/ 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 | « src/v8natives.js ('k') | test/mjsunit/regress/regress-3483.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/function-call.js
diff --git a/test/mjsunit/function-call.js b/test/mjsunit/function-call.js
index 88df353a60c2ae9f96447c0a765af7e40c482229..7eae8da9a5b3fd3c6a1ccd8c846a7255f2e43d16 100644
--- a/test/mjsunit/function-call.js
+++ b/test/mjsunit/function-call.js
@@ -30,7 +30,6 @@ var should_throw_on_null_and_undefined =
[Object.prototype.toLocaleString,
Object.prototype.valueOf,
Object.prototype.hasOwnProperty,
- Object.prototype.isPrototypeOf,
rossberg 2014/08/21 11:16:52 I don't think we want to simply remove this, since
Object.prototype.propertyIsEnumerable,
Array.prototype.concat,
Array.prototype.join,
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/regress/regress-3483.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698