Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DTrapBuilder.ts257 const throwStmt = new ArkThrowStmt(exceptionValue); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp391 void AliveAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
DassignAnalyzer.cpp953 void AssignAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp881 auto *const throwStmt = CreateThrowStatement(context_, inputNameIdent, messageString); in CreateEnumGetValueOfMethod() local
924 auto *const throwStmt = CreateThrowStatement(context_, inputValueIdent, messageString); in CreateEnumFromValueMethod() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts684 const throwStmt = new ArkThrowStmt(throwValue); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts924 const throwStmt = node as ts.ThrowStatement; constant