JS_HasProperty

Function JS_HasProperty 

Source
pub unsafe fn JS_HasProperty(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    name: *const c_char,
    foundp: *mut bool,
) -> bool