mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
This adds a new invalid instruction that is used for encoding implicit throws that are emitted by the compiler. This makes it possible to distinguish such runtime errors from user-provided, explicit throws. |
||
|---|---|---|
| .. | ||
| ArrayUtils.cpp | ||
| ArrayUtils.h | ||
| Compiler.cpp | ||
| Compiler.h | ||
| CompilerContext.cpp | ||
| CompilerContext.h | ||
| CompilerUtils.cpp | ||
| CompilerUtils.h | ||
| ContractCompiler.cpp | ||
| ContractCompiler.h | ||
| ExpressionCompiler.cpp | ||
| ExpressionCompiler.h | ||
| LValue.cpp | ||
| LValue.h | ||