Function rquickjs::qjs::JS_SetPropertyInternal

source ·
pub unsafe extern "C" fn JS_SetPropertyInternal(
    ctx: *mut JSContext,
    obj: JSValue,
    prop: u32,
    val: JSValue,
    this_obj: JSValue,
    flags: i32
) -> i32