Home
last modified time | relevance | path

Searched defs:switchCase (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp340 auto switchCase = SwitchCaseStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(conseq).Build(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp271 GateRef switchCase = SwitchCase(switchBranch, keysValue[i]); in Switch() local
H A Dstub_builder.cpp90 GateRef switchCase = env_->GetBuilder()->SwitchCase(switchBranch, keysValue[i]); in Switch() local

Completed in 24 milliseconds