mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added assertion and tests suggestions
This commit is contained in:
@@ -74,6 +74,8 @@ public:
|
||||
void removeVariable(Declaration const& _declaration);
|
||||
/// Removes all local variables currently allocated above _stackHeight.
|
||||
void removeVariablesAboveStackHeight(unsigned _stackHeight);
|
||||
/// Returns the number of currently allocated local variables.
|
||||
unsigned numberOfLocalVariables() const;
|
||||
|
||||
void setCompiledContracts(std::map<ContractDefinition const*, eth::Assembly const*> const& _contracts) { m_compiledContracts = _contracts; }
|
||||
eth::Assembly const& compiledContract(ContractDefinition const& _contract) const;
|
||||
|
||||
Reference in New Issue
Block a user