pub extern "C" fn jit_call_method(
ctx: *mut JITContext,
stack_count: usize,
) -> u64Expand description
Call a method on a value Stack layout at call: [receiver, arg1, …, argN, method_name, arg_count] The FFI pops values from ctx.stack and dispatches to the appropriate method