hasProperty method

bool hasProperty(
  1. int prop
)

Implementation

bool hasProperty(int prop) => JS_HasProperty(_ctx.ref, _ref.ref, prop) != 0;