setPropertyUint32 method

bool setPropertyUint32(
  1. int idx,
  2. JSValue val
)

Implementation

bool setPropertyUint32(int idx, JSValue val) =>
    JS_SetPropertyUint32(_ctx.ref, _ref.ref, idx, val.ref.ref) != 0;