Files
quickjs_runtime/jsutils/
jsproxies.rs
1
use
crate
::reflection::Proxy;
2
3
pub type
JsProxy = Proxy;
4
5
pub type
JsProxyInstanceId = usize;