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

Method setExperimental

libsolidity/interface/CompilerStack.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void CompilerStack::setExperimental(bool _experimental)
233{
234 solAssert(m_stackState < ParsedAndImported, "Must set experimental before parsing.");
235 m_experimental = _experimental;
236}
237
238void CompilerStack::setViaSSACFG(bool _viaSSACFG)
239{

Callers 6

setupCompilerMethod · 0.80
runMethod · 0.80
SemanticTestMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by 3

setupCompilerMethod · 0.64
runMethod · 0.64
SemanticTestMethod · 0.64