solidity/test/libsolidity/semanticTests/constructor
Kamil Śliwak 1a2e441bc5 Generate internal dispatch only for functions that might actually get called via pointers
- This also adds support for internal library calls as a side-effect since they'll now be pulled into the internal dispatch automatically.
2020-05-26 17:01:50 +02:00
..
base_constructor_arguments.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
callvalue_check.sol Implement .creationCode for Sol->Yul. 2020-05-11 18:51:51 +02:00
constructor_arguments_external.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
constructor_arguments_internal.sol Use vector of slots. 2020-05-07 17:54:04 +02:00
constructor_static_array_argument.sol Sort tests. 2020-03-19 14:42:25 +01:00
evm_exceptions_in_constructor_call_fail.sol Support bare calls. 2020-05-11 15:11:46 +02:00
function_usage_in_constructor_arguments.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
functions_called_by_constructor_through_dispatch.sol Generate internal dispatch only for functions that might actually get called via pointers 2020-05-26 17:01:50 +02:00
functions_called_by_constructor.sol Sort tests. 2020-03-19 14:42:25 +01:00
inline_member_init_inheritence_without_constructor.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
no_callvalue_check.sol Callvalue checks for implicit constructors. 2020-05-11 16:14:34 +02:00
payable_constructor.sol Sort tests. 2020-03-19 14:42:25 +01:00
store_function_in_constructor.sol Sort tests. 2020-03-19 14:42:25 +01:00
store_internal_unused_function_in_constructor.sol Sort tests. 2020-03-19 14:42:25 +01:00
store_internal_unused_library_function_in_constructor.sol Sort tests. 2020-03-19 14:42:25 +01:00