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

changeset 248
829b06307fb2
parent 247
5a3f7867e19c
child 277
92164a5742db
equal deleted inserted replaced
247:5a3f7867e19c 248:829b06307fb2
245 name="--print-code", \ 245 name="--print-code", \
246 is_undocumented=true, \ 246 is_undocumented=true, \
247 desc="Print bytecode." \ 247 desc="Print bytecode." \
248 } 248 }
249 249
250 nashorn.option.print.mem.usage = { \
251 name="--print-mem-usage", \
252 is_undocumented=true, \
253 desc="Print memory usage of IR after each compile stage." \
254 }
255
250 nashorn.option.print.no.newline = { \ 256 nashorn.option.print.no.newline = { \
251 name="--print-no-newline", \ 257 name="--print-no-newline", \
252 is_undocumented=true, \ 258 is_undocumented=true, \
253 desc="Print function will not print new line char." \ 259 desc="Print function will not print new line char." \
254 } 260 }

mercurial