quickjs_runtime::reflectionFunction is_proxy_instance
source 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