Function mozjs::rust::wrappers::JS_GetUCProperty

source ยท
pub unsafe fn JS_GetUCProperty(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const u16,
    namelen: usize,
    vp: MutableHandleValue<'_>,
) -> bool