Alex Crichton b013ec6288 Use splat instead of arguments in tests
Previously `arguments` was used to pass around an array of arguments,
but this wasn't actually a `js_sys::Array` but rather a somewhat
esoteric internal object. When switching over `Array` methods to be
`structural` this caused issues because the inherent methods on an
`arguments` object were different than that of `js_sys::Array`.
2018-11-08 11:46:52 -08:00
..
2018-10-29 14:30:33 -07:00
2018-10-30 15:45:21 -07:00
2018-10-29 14:30:33 -07:00
2018-10-29 14:30:33 -07:00
2018-10-29 14:30:33 -07:00
2018-10-29 14:30:33 -07:00
2018-10-29 14:30:33 -07:00
2018-10-29 14:30:33 -07:00
2018-09-26 08:26:00 -07:00
2018-10-29 14:30:33 -07:00
2018-09-26 08:26:00 -07:00