Skip to main content

runmat_vm/object/
static_dispatch.rs

1//! Static property and static method dispatch.
2//!
3//! Port target:
4//! - `LoadStaticProperty` and `CallStaticMethod` behavior from the previous interpreter wrapper