Function hirofa_quickjs_sys::JS_DefinePropertyValue
source ยท pub unsafe extern "C" fn JS_DefinePropertyValue(
ctx: *mut JSContext,
this_obj: JSValue,
prop: JSAtom,
val: JSValue,
flags: c_int,
) -> c_intpub unsafe extern "C" fn JS_DefinePropertyValue(
ctx: *mut JSContext,
this_obj: JSValue,
prop: JSAtom,
val: JSValue,
flags: c_int,
) -> c_int