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