hasProperty method

JSBoolean hasProperty(
  1. JSAny property
)

Whether or not this JSObject contains the property key property.

Implementation

external JSBoolean hasProperty(JSAny property);