JS_GetProperty

Function JS_GetProperty 

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