@@ -206,14 +206,14 @@ PASS (function f(arg){'use strict'; var descriptor = Object.getOwnPropertyDescri
206206PASS (function f(arg){'use strict'; var descriptor = Object.getOwnPropertyDescriptor(f.__proto__, 'caller'); return descriptor.get === descriptor.set; })() is true
207207PASS (function f(arg){'use strict'; var descriptor = Object.getOwnPropertyDescriptor(f.__proto__, 'arguments'); return descriptor.get === descriptor.set; })() is true
208208PASS 'use strict'; (function f() { for(var i in this); })(); true; is true
209- PASS 'use strict'̻ threw exception SyntaxError: Unexpected token ILLEGAL .
210- PASS (function(){'use strict'̻}) threw exception SyntaxError: Unexpected token ILLEGAL .
211- PASS 'use strict'5.f threw exception SyntaxError: Unexpected token ILLEGAL .
212- PASS (function(){'use strict'5.f}) threw exception SyntaxError: Unexpected token ILLEGAL .
213- PASS 'use strict';̻ threw exception SyntaxError: Unexpected token ILLEGAL .
214- PASS (function(){'use strict';̻}) threw exception SyntaxError: Unexpected token ILLEGAL .
215- PASS 'use strict';5.f threw exception SyntaxError: Unexpected token ILLEGAL .
216- PASS (function(){'use strict';5.f}) threw exception SyntaxError: Unexpected token ILLEGAL .
209+ PASS 'use strict'̻ threw exception SyntaxError: Invalid or unexpected token .
210+ PASS (function(){'use strict'̻}) threw exception SyntaxError: Invalid or unexpected token .
211+ PASS 'use strict'5.f threw exception SyntaxError: Invalid or unexpected token .
212+ PASS (function(){'use strict'5.f}) threw exception SyntaxError: Invalid or unexpected token .
213+ PASS 'use strict';̻ threw exception SyntaxError: Invalid or unexpected token .
214+ PASS (function(){'use strict';̻}) threw exception SyntaxError: Invalid or unexpected token .
215+ PASS 'use strict';5.f threw exception SyntaxError: Invalid or unexpected token .
216+ PASS (function(){'use strict';5.f}) threw exception SyntaxError: Invalid or unexpected token .
217217PASS 'use strict';1-(eval=1); threw exception SyntaxError: Unexpected eval or arguments in strict mode.
218218PASS (function(){'use strict';1-(eval=1);}) threw exception SyntaxError: Unexpected eval or arguments in strict mode.
219219PASS 'use strict';arguments=1; threw exception SyntaxError: Unexpected eval or arguments in strict mode.
0 commit comments