pub(crate) fn execute_frame<DB: Database + 'static>(
ctx: &mut Context<BlockEnv, TxEnv, CfgEnv, DB, Journal<DB>, ()>,
frame_input: FrameInput,
spec_id: SpecId,
compiled: &CompiledContracts,
) -> InterpreterResultwhere
DB::Error: Debug,Expand description
Execute a nested call or create frame using JIT-compiled code.