Function JS_GetPropertyInt64

Source
pub unsafe extern "C" fn JS_GetPropertyInt64(
    ctx: *mut JSContext,
    this_obj: JSValue,
    idx: i64,
) -> JSValue