test262/test/language/statements
Gorkem Yakin 5a77ac86a9 Merge branch 'bocoup/for-restrictions' 2016-02-25 14:22:09 -08:00
..
block s/id/esid 2016-02-22 09:47:42 -05:00
break Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
class Fix location based return value for Date on subclassing tests 2016-02-22 13:53:43 -05:00
const Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let". 2015-12-18 15:03:04 -05:00
continue Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
do-while Merge branch 'bocoup/for-restrictions' 2016-02-25 14:22:09 -08:00
empty Reorganize ./test 2014-12-07 15:33:09 -08:00
expression Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
for Merge branch 'bocoup/for-restrictions' 2016-02-25 14:22:09 -08:00
for-in Add tests for IterationStatement early errors 2016-02-25 14:21:08 -08:00
for-of Add tests for IterationStatement early errors 2016-02-25 14:21:08 -08:00
function s/id/esid 2016-02-22 09:47:42 -05:00
generators s/id/esid 2016-02-22 09:47:42 -05:00
if s/id/esid 2016-02-22 09:47:42 -05:00
labeled s/id/esid 2016-02-22 09:47:42 -05:00
let Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let". 2015-12-18 15:03:04 -05:00
return s/id/esid 2016-02-22 09:47:42 -05:00
switch s/id/esid 2016-02-22 09:47:42 -05:00
throw Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
try s/id/esid 2016-02-22 09:47:42 -05:00
variable Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
while Merge branch 'bocoup/for-restrictions' 2016-02-25 14:22:09 -08:00
with s/id/esid 2016-02-22 09:47:42 -05:00