isLiveObject method

bool isLiveObject(
  1. JSValue v
)

Implementation

bool isLiveObject(JSValue v) => JS_IsLiveObject(_ref, v.ref.ref) != 0;