setPropertyInt64 method

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

Implementation

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