pub(crate) fn execute_frame_interpreter<DB: Database>(
ctx: &mut Context<BlockEnv, TxEnv, CfgEnv, DB, Journal<DB>, ()>,
frame_input: FrameInput,
spec_id: SpecId,
memory: SharedMemory,
) -> InterpreterResultwhere
DB::Error: Debug,Expand description
Execute a nested call frame using the interpreter.