Function hirofa_quickjs_sys::JS_GetPropertyInternal

source ยท
pub unsafe extern "C" fn JS_GetPropertyInternal(
    ctx: *mut JSContext,
    obj: JSValue,
    prop: JSAtom,
    receiver: JSValue,
    throw_ref_error: c_int,
) -> JSValue