Function JS_GetOwnProperty

Source
pub unsafe extern "C" fn JS_GetOwnProperty(
    ctx: *mut JSContext,
    desc: *mut JSPropertyDescriptor,
    obj: u64,
    prop: u32,
) -> i32