8006983: Introduce a command line option to switch off syntactic extensions of nashorn

Reviewed-by: lagergren, attila
This commit is contained in:
Athijegannathan Sundararajan 2013-01-28 18:10:16 +05:30
parent 327a6cf1b7
commit daaeb20eff
8 changed files with 138 additions and 37 deletions

View file

@ -78,4 +78,4 @@ EOD y = "No we don't";
print(y);
print(read(__FILE__));
print(readFully(__FILE__));