pub unsafe fn is_proxy_instance(
    ctx: *mut JSContext,
    obj: &QuickJsValueAdapter
) -> bool
Expand description

check if an object is an instance of a Proxy class

§Safety

please make sure context is still valid