referrerpolicy=no-referrer-when-downgrade

Macro gas_legacy

Source
macro_rules! gas_legacy {
    ($interpreter:expr, $gas:expr) => { ... };
    ($interpreter:expr, $gas:expr, $ret:expr) => { ... };
}
Expand description

Records a gas cost and fails the instruction if it would exceed the available gas.