src/jdk/nashorn/internal/runtime/resources/Options.properties

Print this page




 315     params="<output console>",                                          \
 316     desc="Redirect stdout to a filename or to another tty, e.g. stderr" \
 317 }
 318 
 319 nashorn.option.stderr = {                                               \
 320     name="--stderr",                                                    \
 321     is_undocumented=true,                                               \
 322     type=String,                                                        \
 323     params="<output console>",                                          \
 324     desc="Redirect stderr to a filename or to another tty, e.g. stdout" \
 325 }
 326 
 327 nashorn.option.timezone = {                    \
 328     name="-timezone",                          \
 329     short_name="-t",                           \
 330     params="<timezone>",                       \
 331     desc="Set timezone for script execution.", \
 332     type=TimeZone                              \
 333 }
 334 









 335 nashorn.option.trace.callsites = {                                              \
 336     name="--trace-callsites",                                                   \
 337     short_name="-tcs",                                                          \
 338     is_undocumented=true,                                                       \
 339     type=keyvalues,                                                             \
 340     params="[=[option,]*]",                                                     \
 341     desc="Enable callsite trace mode. Options are: miss [trace callsite misses] \
 342     enterexit [trace callsite enter/exit], objects [print object properties]"   \
 343 }
 344 
 345 nashorn.option.verify.code = {              \
 346     name="--verify-code",                   \
 347     is_undocumented=true,                   \
 348     desc="Verify byte code before running." \
 349 }
 350 
 351 nashorn.option.version = {                \
 352     name="-version",                      \
 353     short_name="-v",                      \
 354     desc="Print version info of Nashorn." \


 315     params="<output console>",                                          \
 316     desc="Redirect stdout to a filename or to another tty, e.g. stderr" \
 317 }
 318 
 319 nashorn.option.stderr = {                                               \
 320     name="--stderr",                                                    \
 321     is_undocumented=true,                                               \
 322     type=String,                                                        \
 323     params="<output console>",                                          \
 324     desc="Redirect stderr to a filename or to another tty, e.g. stdout" \
 325 }
 326 
 327 nashorn.option.timezone = {                    \
 328     name="-timezone",                          \
 329     short_name="-t",                           \
 330     params="<timezone>",                       \
 331     desc="Set timezone for script execution.", \
 332     type=TimeZone                              \
 333 }
 334 
 335 nashorn.option.locale = {                    \
 336     name="--locale",                         \
 337     short_name="-l",                         \
 338     is_undocumented=true,                    \
 339     params="<locale>",                       \
 340     desc="Set Locale for script execution.", \
 341     type=Locale                              \
 342 }
 343 
 344 nashorn.option.trace.callsites = {                                              \
 345     name="--trace-callsites",                                                   \
 346     short_name="-tcs",                                                          \
 347     is_undocumented=true,                                                       \
 348     type=keyvalues,                                                             \
 349     params="[=[option,]*]",                                                     \
 350     desc="Enable callsite trace mode. Options are: miss [trace callsite misses] \
 351     enterexit [trace callsite enter/exit], objects [print object properties]"   \
 352 }
 353 
 354 nashorn.option.verify.code = {              \
 355     name="--verify-code",                   \
 356     is_undocumented=true,                   \
 357     desc="Verify byte code before running." \
 358 }
 359 
 360 nashorn.option.version = {                \
 361     name="-version",                      \
 362     short_name="-v",                      \
 363     desc="Print version info of Nashorn." \