pub unsafe fn is_map( ctx: *mut JSContext, obj: &QuickJsValueAdapter, ) -> Result<bool, JsError>
see if a JSValueRef is an instance of Map
please ensure the passed JSContext is still valid