Function mozjs::jsapi::JS_GetUCProperty

source ·
pub unsafe extern "C" fn JS_GetUCProperty(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const u16,
    namelen: usize,
    vp: MutableHandle<Value>
) -> bool