NameDateSize

..12-Dec-201753

function_mult_params_in_strict.jsH A D12-Dec-20171.3 KiB

function_mult_params_in_strict.js.EXPECTEDH A D12-Dec-2017174

improper_return_break_continue.jsH A D12-Dec-20171.2 KiB

improper_return_break_continue.js.EXPECTEDH A D12-Dec-2017563

invalid_lvalue.jsH A D12-Dec-20171.4 KiB

invalid_lvalue.js.EXPECTEDH A D12-Dec-2017525

literal_data_and_accessor.jsH A D12-Dec-20171.5 KiB

literal_data_and_accessor.js.EXPECTEDH A D12-Dec-2017332

literal_mult_getters.jsH A D12-Dec-20171.4 KiB

literal_mult_getters.js.EXPECTEDH A D12-Dec-2017200

literal_mult_prop_in_strict.jsH A D12-Dec-20171.3 KiB

literal_mult_prop_in_strict.js.EXPECTEDH A D12-Dec-2017158

READMEH A D12-Dec-2017448

with_in_strict.jsH A D12-Dec-20171.2 KiB

with_in_strict.js.EXPECTEDH A D12-Dec-2017291

README

1Section 16 of ECMAScript 5.1 spec details a set of "early errors". Early
2errors should be reported before running any line of the script containing
3such error(s). Examples include syntax error, errors in regexp literals etc.
4This directory contains tests to check early errors are reported as early
5errors. Each test starts with a print call -- the output from print should 
6not be seen in expected output. If seen, early errors are reported late.
7