hirofa_quickjs_sys

Function 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