Function mozjs::jsapi::JS_GetProperty

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