nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Messages.properties
changeset 32048 8023426b93ab
parent 30834 ecffc563dfcf
child 32049 af8f6292d54d
equal deleted inserted replaced
31945:eeea9adfd1e3 32048:8023426b93ab
    85 type.error.not.an.arraybuffer.in.dataview=First argument to DataView constructor must be an ArrayBuffer
    85 type.error.not.an.arraybuffer.in.dataview=First argument to DataView constructor must be an ArrayBuffer
    86 type.error.no.reflection.with.classfilter=Java reflection not supported when class filter is present
    86 type.error.no.reflection.with.classfilter=Java reflection not supported when class filter is present
    87 
    87 
    88 # operations not permitted on undefined
    88 # operations not permitted on undefined
    89 type.error.cant.call.undefined=Cannot call undefined
    89 type.error.cant.call.undefined=Cannot call undefined
       
    90 type.error.cant.call.undefined.arg=Cannot call "{0}" that has undefined value
    90 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
    91 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
    91 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
    92 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
    92 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
    93 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
    93 
    94 
    94 # other wrong usages of property
    95 # other wrong usages of property