michael@0: // |jit-test| error:InternalError; slow; michael@0: michael@0: // Binary: cache/js-dbg-64-c60535115ea1-linux michael@0: // Flags: michael@0: // michael@0: michael@0: gczeal(2); michael@0: test(); michael@0: function test() { michael@0: function t(o, proplist) { michael@0: var props=proplist.split(/\s+/g); michael@0: }; michael@0: t({ bar: 123, baz: 123, quux: 123 }, 'bar baz quux'); michael@0: ( test(), this )(( "7.4.2-6-n" ) , actual, summary + ' : nonjit'); michael@0: }