< prev index next >

src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Messages.properties

Print this page




 205 range.error.exec.not.directory=$EXEC Not a directory : {0}
 206 range.error.exec.returned.non.zero=$EXEC returned non-zero exit code: {0}
 207 range.error.exec.timeout=$EXEC Command timeout : {0}
 208 range.error.exec.unknown.command=$EXEC Unknown command : {0}
 209 
 210 reference.error.not.defined="{0}" is not defined
 211 reference.error.cant.be.used.as.lhs="{0}" can not be used as the left-hand side of assignment
 212 
 213 syntax.error.invalid.json=Invalid JSON: {0}
 214 syntax.error.strict.cant.delete=cannot delete "{0}" in strict mode
 215 syntax.error.redeclare.variable=Variable "{0}" has already been declared
 216 syntax.error.unprotected.switch.declaration=Unsupported {0} declaration in unprotected switch statement
 217 
 218 io.error.cant.write=cannot write "{0}"
 219 
 220 config.error.no.dest=no destination directory supplied
 221 config.error.eagerCompilationConflictsWithOptimisticTypes={0}=false (eager compilation) is not compatible with {1}=true.
 222 
 223 uri.error.bad.uri=Bad URI "{0}" near offset {1}
 224 list.adapter.null.global=Attempted to create the adapter from outside a JavaScript execution context.










 205 range.error.exec.not.directory=$EXEC Not a directory : {0}
 206 range.error.exec.returned.non.zero=$EXEC returned non-zero exit code: {0}
 207 range.error.exec.timeout=$EXEC Command timeout : {0}
 208 range.error.exec.unknown.command=$EXEC Unknown command : {0}
 209 
 210 reference.error.not.defined="{0}" is not defined
 211 reference.error.cant.be.used.as.lhs="{0}" can not be used as the left-hand side of assignment
 212 
 213 syntax.error.invalid.json=Invalid JSON: {0}
 214 syntax.error.strict.cant.delete=cannot delete "{0}" in strict mode
 215 syntax.error.redeclare.variable=Variable "{0}" has already been declared
 216 syntax.error.unprotected.switch.declaration=Unsupported {0} declaration in unprotected switch statement
 217 
 218 io.error.cant.write=cannot write "{0}"
 219 
 220 config.error.no.dest=no destination directory supplied
 221 config.error.eagerCompilationConflictsWithOptimisticTypes={0}=false (eager compilation) is not compatible with {1}=true.
 222 
 223 uri.error.bad.uri=Bad URI "{0}" near offset {1}
 224 list.adapter.null.global=Attempted to create the adapter from outside a JavaScript execution context.
 225 
 226 unimplemented.es6.module=ES6 modules are not yet implemented
 227 unimplemented.es6.rest.param=ES6 function rest parameter declaration is not yet implemented
 228 unimplemented.es6.yield=ES6 yield and yield* are not yet implemented
 229 unimplemented.es6.spread=ES6 spread operator is not yet implemented
 230 unimplemented.es6.class=ES6 class declarations and expressions are not yet implemented
 231 unimplemented.es6.destructuring=ES6 destructuring is not yet implemented
 232 unimplemented.es6.generator=ES6 generator is not yet implemented
< prev index next >