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