MCPcopy Create free account
hub / github.com/argotorg/solidity / popStackSlots

Method popStackSlots

libsolidity/codegen/CompilerUtils.cpp:1489–1493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487}
1488
1489void CompilerUtils::popStackSlots(size_t _amount)
1490{
1491 for (size_t i = 0; i < _amount; ++i)
1492 m_context << Instruction::POP;
1493}
1494
1495void CompilerUtils::popAndJump(unsigned _toHeight, evmasm::AssemblyItem const& _jumpTo)
1496{

Callers 8

visitMethod · 0.80
popScopedVariablesMethod · 0.80
copyArrayToMemoryMethod · 0.80
storeValueMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected