Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp879 auto *switchStatement = childNode->AsSwitchStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1280 auto *switchStatement = AllocNode<ir::SwitchStatement>(discriminant, std::move(cases)); in ParseSwitchStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1800 …auto *switchStatement = AllocNode<ir::SwitchStatement>(localCtx.GetScope(), discriminant, std::mov… in ParseSwitchStatement() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6493 const switchStatement = node as ts.SwitchStatement; constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument