Function mozjs::rust::jsapi_wrapped::JS_HasProperty
source ยท pub unsafe fn JS_HasProperty(
cx: *mut JSContext,
obj: HandleObject<'_>,
name: *const c_char,
foundp: *mut bool,
) -> bool
pub unsafe fn JS_HasProperty(
cx: *mut JSContext,
obj: HandleObject<'_>,
name: *const c_char,
foundp: *mut bool,
) -> bool