setPropertyStr method

bool setPropertyStr(
  1. String prop,
  2. JSValue val
)

Implementation

bool setPropertyStr(String prop, JSValue val) =>
    JS_SetPropertyStr(_ctx.ref, _ref.ref, prop.toNativeUtf8(), val.ref.ref) !=
    0;