d699ad2ff55d9bea0ba643977e3c2424d6bf284a
When a MethodInst is called as a function in the VM, it needs to push its `self_binding` member to the stack. Previously, we were downcasting (if possible) to MethodInst in the VM, but really, we are calling `MethodInst::call` anyway, so it makes more sense to do MethodInst-specific stuff in the MethodInst-specific function. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
Description
No description provided
Languages
Rust
95.5%
Python
4.2%
Shell
0.3%