Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp379 void AliveAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
DassignAnalyzer.cpp961 void AssignAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp833 auto *const throwStmt = CreateThrowStatement(this, inputNameIdent, messageString); in CreateEnumGetValueOfMethod() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts604 const throwStmt = node as ts.ThrowStatement; constant