isInstanceOf method

bool isInstanceOf(
  1. JSValue other
)

Implementation

bool isInstanceOf(JSValue other) =>
    JS_IsInstanceOf(_ctx.ref, _ref.ref, other.ref.ref) != 0;