pub unsafe fn JS_GetProperty( cx: *mut JSContext, obj: Handle<'_, *mut JSObject>, name: *const i8, vp: MutableHandle<'_, Value>, ) -> bool