1339395 - Part 6: Update jit-tests now that object rest/spread properties are a thing.

This commit is contained in:
Gaming4JC 2019-07-14 20:55:37 -04:00 committed by Roy Tam
commit f6b2c1d485

View file

@ -39,7 +39,7 @@ testThrow(`
testThrow(`
({...a)=>
`, 2);
`, 6);
testThrow(`
function f([... ...a)=>
@ -47,7 +47,7 @@ function f([... ...a)=>
testThrow(`
function f({...a)=>
`, 12);
`, 16);
// arrow
@ -67,7 +67,7 @@ var [... ...a)=>
testThrow(`
var {...a)=>
`, 5);
`, 9);
// initializer