http://gitunderground.i2p/archive/youtube-dl/commit/81e64cacf2b8c144ec1e9d3258db792f0eb8443e
_test ( ' function f() { var o = { 1: 2, 3: 4}; return o[ " 3 " ]} ' , 4 ) self . _test ( ' function f() { return [1, [2, { 3: [4]}]][1][1][ " 3 " ][0]} ' , 4 ) self . _test ( ' function f() { return [1, 2, 3, 4].length} ' , 4 ) self .