Home
last modified time | relevance | path

Searched defs:ThrowStatement (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DthrowStatement.h30 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DthrowStatement.h36 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement() function
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/consts/
DProblems.ts33 ThrowStatement, enumerator
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DProblems.ts20 ThrowStatement, IndexedAccessType, UnknownType, ForInStatement, InOperator, enumerator
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h82 class ThrowStatement; variable
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h79 class ThrowStatement; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h83 class ThrowStatement; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h87 class ThrowStatement; variable