Skip to main content

callvalue

Function callvalue 

pub fn callvalue<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the CALLVALUE instruction.

Pushes the value sent with the current call onto the stack.