Skip to main content

jit_call_method

Function jit_call_method 

Source
pub extern "C" fn jit_call_method(
    ctx: *mut JITContext,
    stack_count: usize,
) -> u64
Expand 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