hasProperty 方法

JSBoolean hasProperty(
  1. JSAny property
)

判断这个 JSObject 是否包含属性键 property

实现

external JSBoolean hasProperty(JSAny property);