mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
8022676: Confusing error message checking instanceof non-class
Reviewed-by: jlaskey, sundar
This commit is contained in:
parent
084c96bb71
commit
bf29c2ec49
@ -100,7 +100,7 @@ type.error.regex.cant.supply.flags=Cannot supply flags when constructing one Reg
|
||||
type.error.inconsistent.property.descriptor=inconsistent property descriptor
|
||||
type.error.bad.default.value=bad default value: {0}
|
||||
type.error.function.apply.expects.array=Function.prototype.apply expects an Array for second argument
|
||||
type.error.instanceof.on.non.object=instanceof cannot be used on objects without [[HasInstance]]
|
||||
type.error.instanceof.on.non.object=instanceof must be called with a javascript or java object as the right-hand argument
|
||||
type.error.cannot.convert.to.interface=object {0} cannot be converted to {1} due to "{2}"
|
||||
type.error.array.reduce.invalid.init=invalid initialValue for Array.prototype.reduce
|
||||
type.error.array.reduceright.invalid.init=invalid initialValue for Array.prototype.reduceRight
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user