Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp386 void AliveAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
DassignAnalyzer.cpp963 void AssignAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp742 …[[maybe_unused]] auto *const throwStmt = CreateThrowStatement(checker_, inputNameIdent, messageStr… in CreateEnumGetValueOfMethod() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts592 const throwStmt = node as ts.ThrowStatement; constant