JS_GetUCProperty

Function JS_GetUCProperty 

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