Home
last modified time | relevance | path

Searched defs:SwitchCase (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/
Deslint.config.mjs138 SwitchCase: 1, property
/arkcompiler/ets_frontend/arkguard/test/
D.eslintrc.json26 "indent": ["error", 2, { "SwitchCase": 1 }], number
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dreg_acc_alloc_test.cpp557 TEST_F(RegAccAllocTest, SwitchCase) in TEST_F() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json68 "SwitchCase": 1, number
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp138 GateRef CircuitBuilder::SwitchCase(GateRef switchBranch, int64_t value) in SwitchCase() function in panda::ecmascript::kungfu::CircuitBuilder