如果 JavaScript 对象包含指定的属性(无论是直接还是通过其原型链),则返回 true。
true
这相当于 JavaScript 中的 in 操作符。
in
external bool hasProperty(Object property);