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