nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Messages.properties
changeset 36023 528cc67f1289
parent 35794 049749629dbe
child 36696 39ff39c8e396
equal deleted inserted replaced
35814:6c644cca3f3f 36023:528cc67f1289
    80 type.error.not.a.regexp={0} is not a RegExp
    80 type.error.not.a.regexp={0} is not a RegExp
    81 type.error.not.a.string={0} is not a String
    81 type.error.not.a.string={0} is not a String
    82 type.error.not.a.function={0} is not a function
    82 type.error.not.a.function={0} is not a function
    83 type.error.not.a.function.value={0}, which has value {1}, is not a function
    83 type.error.not.a.function.value={0}, which has value {1}, is not a function
    84 type.error.not.a.constructor={0} is not a constructor function
    84 type.error.not.a.constructor={0} is not a constructor function
       
    85 type.error.not.a.map={0} is not a Map object
       
    86 type.error.not.a.set={0} is not a Set object
       
    87 type.error.not.a.weak.map={0} is not a WeakMap object
       
    88 type.error.not.a.weak.set={0} is not a WeakSet object
       
    89 type.error.not.a.map.iterator={0} is not a Map iterator
       
    90 type.error.not.a.set.iterator={0} is not a Set iterator
       
    91 type.error.not.a.array.iterator={0} is not an Array iterator
       
    92 type.error.not.a.string.iterator={0} is not a String iterator
    85 type.error.not.a.file={0} is not a File
    93 type.error.not.a.file={0} is not a File
    86 type.error.not.a.numeric.array={0} is not a numeric array
    94 type.error.not.a.numeric.array={0} is not a numeric array
    87 type.error.not.a.bytebuffer={0} is not a java.nio.ByteBuffer
    95 type.error.not.a.bytebuffer={0} is not a java.nio.ByteBuffer
    88 type.error.not.an.arraybuffer.in.dataview=First argument to DataView constructor must be an ArrayBuffer
    96 type.error.not.an.arraybuffer.in.dataview=First argument to DataView constructor must be an ArrayBuffer
    89 type.error.no.reflection.with.classfilter=Java reflection not supported when class filter is present
    97 type.error.no.reflection.with.classfilter=Java reflection not supported when class filter is present
   120 type.error.array.reduce.invalid.init=invalid initialValue for Array.prototype.reduce
   128 type.error.array.reduce.invalid.init=invalid initialValue for Array.prototype.reduce
   121 type.error.array.reduceright.invalid.init=invalid initialValue for Array.prototype.reduceRight
   129 type.error.array.reduceright.invalid.init=invalid initialValue for Array.prototype.reduceRight
   122 type.error.assign.constant=Assignment to constant "{0}"
   130 type.error.assign.constant=Assignment to constant "{0}"
   123 type.error.cannot.get.default.string=Cannot get default string value
   131 type.error.cannot.get.default.string=Cannot get default string value
   124 type.error.cannot.get.default.number=Cannot get default number value
   132 type.error.cannot.get.default.number=Cannot get default number value
       
   133 type.error.cannot.get.iterator=Cannot get iterator from {1}
   125 type.error.cant.apply.with.to.null=Cannot apply "with" to null
   134 type.error.cant.apply.with.to.null=Cannot apply "with" to null
   126 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
   135 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
   127 type.error.cant.apply.with.to.non.scriptobject=Cannot apply "with" to non script object. Consider using "with(Object.bindProperties('{'}, nonScriptObject))".
   136 type.error.cant.apply.with.to.non.scriptobject=Cannot apply "with" to non script object. Consider using "with(Object.bindProperties('{'}, nonScriptObject))".
   128 type.error.in.with.non.object=Right hand side of "in" cannot be non-Object, found {0}
   137 type.error.in.with.non.object=Right hand side of "in" cannot be non-Object, found {0}
   129 type.error.prototype.not.an.object="prototype" of {0} is not an Object, it is {1}
   138 type.error.prototype.not.an.object="prototype" of {0} is not an Object, it is {1}
   152 type.error.env.not.object=$ENV must be an Object.
   161 type.error.env.not.object=$ENV must be an Object.
   153 type.error.unsupported.java.to.type=Unsupported Java.to target type {0}.
   162 type.error.unsupported.java.to.type=Unsupported Java.to target type {0}.
   154 type.error.java.array.conversion.failed=Java.to conversion to array type {0} failed
   163 type.error.java.array.conversion.failed=Java.to conversion to array type {0} failed
   155 type.error.constructor.requires.new=Constructor {0} requires "new".
   164 type.error.constructor.requires.new=Constructor {0} requires "new".
   156 type.error.new.on.nonpublic.javatype=new cannot be used with non-public java type {0}.
   165 type.error.new.on.nonpublic.javatype=new cannot be used with non-public java type {0}.
   157 type.error.invalid.weak.key=invalid value {0} used as weak key.
   166 type.error.invalid.weak.key=primitive value {0} used as weak key.
   158 type.error.symbol.to.string=Can not convert Symbol value to string.
   167 type.error.symbol.to.string=Can not convert Symbol value to string.
   159 type.error.symbol.to.number=Can not convert Symbol value to number.
   168 type.error.symbol.to.number=Can not convert Symbol value to number.
   160 type.error.not.a.symbol={0} is not a symbol.
   169 type.error.not.a.symbol={0} is not a symbol.
   161 type.error.symbol.as.constructor=Symbol is not a constructor.
   170 type.error.symbol.as.constructor=Symbol is not a constructor.
   162 
   171