nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Messages.properties
changeset 33414 2e284c36d51f
parent 32693 7da64fc12993
child 33690 46a1bc24cf2c
equal deleted inserted replaced
33373:4a0312f2894b 33414:2e284c36d51f
    58 parser.error.regex.unsupported.flag=Unsupported RegExp flag: {0}
    58 parser.error.regex.unsupported.flag=Unsupported RegExp flag: {0}
    59 parser.error.regex.repeated.flag=Repeated RegExp flag: {0}
    59 parser.error.regex.repeated.flag=Repeated RegExp flag: {0}
    60 parser.error.regex.syntax={0}
    60 parser.error.regex.syntax={0}
    61 parser.error.trailing.comma.in.json=Trailing comma is not allowed in JSON
    61 parser.error.trailing.comma.in.json=Trailing comma is not allowed in JSON
    62 parser.error.missing.const.assignment=Missing assignment to constant "{0}"
    62 parser.error.missing.const.assignment=Missing assignment to constant "{0}"
       
    63 parser.error.unterminated.template.expression=Expected } after expression in template literal
    63 
    64 
    64 # strict mode error messages
    65 # strict mode error messages
    65 parser.error.strict.no.with="with" statement cannot be used in strict mode
    66 parser.error.strict.no.with="with" statement cannot be used in strict mode
    66 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
    67 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
    67 parser.error.strict.cant.delete.ident=cannot delete identifier "{0}" in strict mode
    68 parser.error.strict.cant.delete.ident=cannot delete identifier "{0}" in strict mode