Function mozjs_sys::jsapi::JS_GetProperty

source ยท
pub unsafe extern "C" fn JS_GetProperty(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const c_char,
    vp: MutableHandleValue,
) -> bool