JS_GetProperty

Function JS_GetProperty 

Source
pub unsafe fn JS_GetProperty(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    name: *const c_char,
    vp: MutableHandleValue<'_>,
) -> bool