http://gitunderground.i2p/archive/youtube-dl/commit/dbc08fba83a0e6c5215e8cec97eb4076f85eee5f
_test ( ' function f() { return [0, 1, 2, 3, 4, 5, 6, 7, 8].slice(5)} ' , [ 5 , 6 , 7 , 8 ] ) self . _test ( ' function f() { return [0, 1, 2, 3, 4, 5, 6, 7, 8].slice(99)} ' , [ ] ) self .