Function JS_GetProperty

Source
pub unsafe extern "C" fn JS_GetProperty(
    ctx: *mut JSContext,
    this_obj: JSValue,
    prop: u32,
) -> JSValue