afu8u/nashorn/test/script/error/NASHORN-154
Attila Szegedi 4f4ccbcf5a 8044638: Tidy up Nashorn codebase for code standards
8055199: Tidy up Nashorn codebase for code standards (August 2014)

Reviewed-by: lagergren, sundar
2014-08-20 10:25:28 +02:00
..
README
function_mult_params_in_strict.js 8044638: Tidy up Nashorn codebase for code standards 2014-08-20 10:25:28 +02:00
function_mult_params_in_strict.js.EXPECTED
improper_return_break_continue.js 8044638: Tidy up Nashorn codebase for code standards 2014-08-20 10:25:28 +02:00
improper_return_break_continue.js.EXPECTED
invalid_lvalue.js 8044638: Tidy up Nashorn codebase for code standards 2014-08-20 10:25:28 +02:00
invalid_lvalue.js.EXPECTED
literal_data_and_accessor.js 8044638: Tidy up Nashorn codebase for code standards 2014-08-20 10:25:28 +02:00
literal_data_and_accessor.js.EXPECTED
literal_mult_getters.js 8044638: Tidy up Nashorn codebase for code standards 2014-08-20 10:25:28 +02:00
literal_mult_getters.js.EXPECTED
literal_mult_prop_in_strict.js 8044638: Tidy up Nashorn codebase for code standards 2014-08-20 10:25:28 +02:00
literal_mult_prop_in_strict.js.EXPECTED
with_in_strict.js 8044638: Tidy up Nashorn codebase for code standards 2014-08-20 10:25:28 +02:00
with_in_strict.js.EXPECTED

README

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