mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Store all stack errors before they are thrown.
This commit is contained in:
@@ -189,7 +189,7 @@ private:
|
||||
/// Determines the stack height difference to the given variables. Throws
|
||||
/// if it is not yet in scope or the height difference is too large. Returns
|
||||
/// the (positive) stack height difference otherwise.
|
||||
int variableHeightDiff(Scope::Variable const& _var, YulString _name, bool _forSwap) const;
|
||||
int variableHeightDiff(Scope::Variable const& _var, YulString _name, bool _forSwap);
|
||||
|
||||
void expectDeposit(int _deposit, int _oldHeight) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user