-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
b86
-
generic
-
generic
-
Verified
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.