| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsUndefinedKeyword.cpp | 25 void TSUndefinedKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() 30 void TSUndefinedKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() 32 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const in Dump() 37 void TSUndefinedKeyword::Dump(ir::SrcDumper *dumper) const in Dump() 42 void TSUndefinedKeyword::Compile(compiler::PandaGen *pg) const in Compile() 47 void TSUndefinedKeyword::Compile(compiler::ETSGen *etsg) const in Compile() 52 checker::Type *TSUndefinedKeyword::Check(checker::TSChecker *checker) in Check() 57 checker::Type *TSUndefinedKeyword::GetType([[maybe_unused]] checker::TSChecker *checker) in GetType() 62 checker::Type *TSUndefinedKeyword::Check(checker::ETSChecker *checker) in Check()
|
| D | tsUndefinedKeyword.h | 22 class TSUndefinedKeyword : public TypeNode { 24 explicit TSUndefinedKeyword() : TypeNode(AstNodeType::TS_UNDEFINED_KEYWORD) {} in TSUndefinedKeyword() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsUndefinedKeyword.cpp | 23 void TSUndefinedKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() 25 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const in Dump() 30 void TSUndefinedKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 32 checker::Type *TSUndefinedKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check() 37 checker::Type *TSUndefinedKeyword::GetType(checker::Checker *checker) const in GetType() 42 void TSUndefinedKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder… in UpdateSelf()
|
| D | tsUndefinedKeyword.h | 32 class TSUndefinedKeyword : public TypeNode { 34 explicit TSUndefinedKeyword() : TypeNode(AstNodeType::TS_UNDEFINED_KEYWORD) {} in TSUndefinedKeyword() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | undefined_as_value-expected.txt | 13 "type": "TSUndefinedKeyword", 85 "type": "TSUndefinedKeyword", 312 "type": "TSUndefinedKeyword", 337 "type": "TSUndefinedKeyword",
|
| D | in_4-expected.txt | 70 "type": "TSUndefinedKeyword",
|
| D | in_3-expected.txt | 13 "type": "TSUndefinedKeyword",
|
| D | test-interface-expected.txt | 283 "type": "TSUndefinedKeyword",
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | undefined_as_value-expected.txt | 13 "type": "TSUndefinedKeyword", 87 "type": "TSUndefinedKeyword", 322 "type": "TSUndefinedKeyword", 348 "type": "TSUndefinedKeyword",
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_satisfies11-expected.txt | 127 "type": "TSUndefinedKeyword", 225 "type": "TSUndefinedKeyword",
|
| D | test-interface-key-with-line-break-expected.txt | 45 "type": "TSUndefinedKeyword",
|
| D | test-class-key-with-line-break-expected.txt | 154 "type": "TSUndefinedKeyword",
|
| D | test-class-key-with-line-break-and-comments-expected.txt | 154 "type": "TSUndefinedKeyword",
|
| D | test-ts-as-expression-expected.txt | 223 "type": "TSUndefinedKeyword",
|
| D | test-interface-expected.txt | 283 "type": "TSUndefinedKeyword",
|
| D | test-tuple-type-expected.txt | 528 "type": "TSUndefinedKeyword",
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-ts-as-expression-expected.txt | 225 "type": "TSUndefinedKeyword",
|
| D | test-interface-expected.txt | 288 "type": "TSUndefinedKeyword",
|
| D | test-tuple-type-expected.txt | 537 "type": "TSUndefinedKeyword",
|
| D | test-type-literal-expected.txt | 872 "type": "TSUndefinedKeyword",
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNodeMapping.h | 88 _(TS_UNDEFINED_KEYWORD, TSUndefinedKeyword) \
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeMapping.h | 111 _(TS_UNDEFINED_KEYWORD, TSUndefinedKeyword) \
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerUnreachable.cpp | 398 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUndefinedKeyword *node) const in Check()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompilerUnreachable.cpp | 477 void JSCompiler::Compile([[maybe_unused]] const ir::TSUndefinedKeyword *node) const in Compile()
|
| D | ETSCompilerUnrechable.cpp | 477 void ETSCompiler::Compile([[maybe_unused]] const ir::TSUndefinedKeyword *node) const in Compile()
|