Details
-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
None
-
b86
-
generic
-
generic
-
Verified
Description
Object.isExtensible(Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get) should be false. But it is true on nashorn.
ECMA Section 13.2.3 The [[ThrowTypeError]] Function Object
11. Set the [[Extensible]] internal property of F to false.
ECMA Section 13.2.3 The [[ThrowTypeError]] Function Object
11. Set the [[Extensible]] internal property of F to false.