Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp841 auto *switchStatement = childNode->AsSwitchStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1148 auto *switchStatement = AllocNode<ir::SwitchStatement>(discriminant, std::move(cases)); in ParseSwitchStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1785 …auto *switchStatement = AllocNode<ir::SwitchStatement>(localCtx.GetScope(), discriminant, std::mov… in ParseSwitchStatement() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument