-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
b86
-
generic
-
generic
-
Verified
[].slice({valueOf:function(){print("get-start")}}, {valueOf:function(){print("get-end")}})
=> prints "get-start|end" twice but should only be once
[].splice({valueOf:function(){print("get-start")}})
=> prints "get-start" twice but should only be once
=> prints "get-start|end" twice but should only be once
[].splice({valueOf:function(){print("get-start")}})
=> prints "get-start" twice but should only be once