| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsBooleanKeyword.cpp | 25 void TSBooleanKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() 30 void TSBooleanKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() 32 void TSBooleanKeyword::Dump(ir::AstDumper *dumper) const in Dump() 37 void TSBooleanKeyword::Dump(ir::SrcDumper *dumper) const in Dump() 42 void TSBooleanKeyword::Compile(compiler::PandaGen *pg) const in Compile() 47 void TSBooleanKeyword::Compile(compiler::ETSGen *etsg) const in Compile() 52 checker::Type *TSBooleanKeyword::Check(checker::TSChecker *checker) in Check() 57 checker::Type *TSBooleanKeyword::GetType([[maybe_unused]] checker::TSChecker *checker) in GetType() 62 checker::Type *TSBooleanKeyword::Check(checker::ETSChecker *checker) in Check()
|
| D | tsBooleanKeyword.h | 22 class TSBooleanKeyword : public TypeNode { 24 explicit TSBooleanKeyword() : TypeNode(AstNodeType::TS_BOOLEAN_KEYWORD) {} in TSBooleanKeyword() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsBooleanKeyword.cpp | 23 void TSBooleanKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() 25 void TSBooleanKeyword::Dump(ir::AstDumper *dumper) const in Dump() 30 void TSBooleanKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 32 checker::Type *TSBooleanKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check() 37 checker::Type *TSBooleanKeyword::GetType(checker::Checker *checker) const in GetType() 42 void TSBooleanKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::… in UpdateSelf()
|
| D | tsBooleanKeyword.h | 32 class TSBooleanKeyword : public TypeNode { 34 explicit TSBooleanKeyword() : TypeNode(AstNodeType::TS_BOOLEAN_KEYWORD) {} in TSBooleanKeyword() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-interface-key-expected.txt | 29 "type": "TSBooleanKeyword", 72 "type": "TSBooleanKeyword", 115 "type": "TSBooleanKeyword", 158 "type": "TSBooleanKeyword", 201 "type": "TSBooleanKeyword", 244 "type": "TSBooleanKeyword", 287 "type": "TSBooleanKeyword", 330 "type": "TSBooleanKeyword", 373 "type": "TSBooleanKeyword", 416 "type": "TSBooleanKeyword", [all …]
|
| D | test-indexSignature3-expected.txt | 121 "type": "TSBooleanKeyword", 200 "type": "TSBooleanKeyword", 299 "type": "TSBooleanKeyword", 536 "type": "TSBooleanKeyword", 662 "type": "TSBooleanKeyword", 803 "type": "TSBooleanKeyword",
|
| D | test-indexSignature1-expected.txt | 178 "type": "TSBooleanKeyword", 233 "type": "TSBooleanKeyword", 288 "type": "TSBooleanKeyword", 394 "type": "TSBooleanKeyword", 588 "type": "TSBooleanKeyword", 885 "type": "TSBooleanKeyword", 1080 "type": "TSBooleanKeyword",
|
| D | test-function-overload-expected.txt | 82 "type": "TSBooleanKeyword", 195 "type": "TSBooleanKeyword", 309 "type": "TSBooleanKeyword",
|
| D | test-as-expression1-expected.txt | 30 "type": "TSBooleanKeyword", 55 "type": "TSBooleanKeyword",
|
| D | test-ts-conditional-type-expected.txt | 118 "type": "TSBooleanKeyword", 155 "type": "TSBooleanKeyword", 236 "type": "TSBooleanKeyword", 393 "type": "TSBooleanKeyword", 516 "type": "TSBooleanKeyword", 818 "type": "TSBooleanKeyword", 1000 "type": "TSBooleanKeyword",
|
| D | test-ts-mapped-type-expected.txt | 93 "type": "TSBooleanKeyword", 262 "type": "TSBooleanKeyword", 431 "type": "TSBooleanKeyword", 600 "type": "TSBooleanKeyword", 767 "type": "TSBooleanKeyword",
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | new_expression_155-expected.txt | 19 "type": "TSBooleanKeyword", 46 "type": "TSBooleanKeyword",
|
| D | new_expression_150-expected.txt | 19 "type": "TSBooleanKeyword", 46 "type": "TSBooleanKeyword",
|
| D | new_expression_152-expected.txt | 19 "type": "TSBooleanKeyword", 46 "type": "TSBooleanKeyword",
|
| D | new_expression_90-expected.txt | 22 "type": "TSBooleanKeyword", 49 "type": "TSBooleanKeyword",
|
| D | new_expression_151-expected.txt | 19 "type": "TSBooleanKeyword", 46 "type": "TSBooleanKeyword",
|
| D | new_expression_153-expected.txt | 19 "type": "TSBooleanKeyword", 46 "type": "TSBooleanKeyword",
|
| D | new_expression_88-expected.txt | 22 "type": "TSBooleanKeyword", 49 "type": "TSBooleanKeyword",
|
| D | new_expression_149-expected.txt | 19 "type": "TSBooleanKeyword", 46 "type": "TSBooleanKeyword",
|
| D | new_expression_154-expected.txt | 19 "type": "TSBooleanKeyword", 46 "type": "TSBooleanKeyword",
|
| D | new_expression_86-expected.txt | 22 "type": "TSBooleanKeyword", 49 "type": "TSBooleanKeyword",
|
| D | new_expression_87-expected.txt | 22 "type": "TSBooleanKeyword", 49 "type": "TSBooleanKeyword",
|
| D | new_expression_89-expected.txt | 22 "type": "TSBooleanKeyword", 49 "type": "TSBooleanKeyword",
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-function-overload-expected.txt | 85 "type": "TSBooleanKeyword", 201 "type": "TSBooleanKeyword", 318 "type": "TSBooleanKeyword",
|
| D | test-ts-conditional-type-expected.txt | 120 "type": "TSBooleanKeyword", 157 "type": "TSBooleanKeyword", 238 "type": "TSBooleanKeyword", 396 "type": "TSBooleanKeyword", 532 "type": "TSBooleanKeyword", 838 "type": "TSBooleanKeyword", 1022 "type": "TSBooleanKeyword",
|