-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
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