quickjs_runtime::reflection

Function get_proxy

source
pub fn get_proxy(
    q_ctx: &QuickJsRealmAdapter,
    class_name: &str,
) -> Option<Rc<Proxy>>
Expand description

get a proxy by class_name (namespace.ClassName)