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

Print this page

        

@@ -26,10 +26,14 @@
 lexer.error.here.missing.end.marker=Here string missing end marker "{0}"
 lexer.error.missing.close.quote=Missing close quote
 lexer.error.invalid.hex=Invalid hex digit
 lexer.error.invalid.octal=Invalid octal digit
 lexer.error.strict.no.octal=cannot use octal escapes in strict mode
+lexer.error.json.no.octal.number=cannot use octal numbers in JSON
+lexer.error.json.no.hexadecimal.number=cannot use hexadecimal numbers in JSON
+lexer.error.json.invalid.number=Invalid JSON number format
+lexer.error.invalid.escape.char=Invalid escape character
 lexer.error.illegal.identifier.character=Illegal character in identifier
 
 parser.error.illegal.continue.stmt=Illegal continue statement
 parser.error.illegal.break.stmt=Illegal break statement
 parser.error.invalid.lvalue=Invalid left hand side for assignment