hasProperty method

JSBoolean hasProperty(
  1. JSAny property
)

Whether or not this JSObject has a given property.

Implementation

external JSBoolean hasProperty(JSAny property);