Details
-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
None
-
b89
-
generic
-
generic
-
Verified
Description
Function().apply(null, Object.defineProperty([],"0",{get: function(){print("getter"); return 0}}))
=> should print "getter"
Function().apply(null, {length: null})
Function().apply(null, {length: 0.1})
=> should not throw an exception