Function mozjs::rust::wrappers::JS_GetPropertyById

source ยท
pub unsafe fn JS_GetPropertyById(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    vp: MutableHandleValue<'_>,
) -> bool