Searched defs:checkType (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsConditionalTypeBuilder.h | 29 TSConditionalTypeBuilder &SetCheckType(Expression *checkType) in SetCheckType() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsConditionalType.h | 24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsConditionalType.h | 34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 444 std::string checkType = DisplayItems(type); in Dump() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TSparser.cpp | 452 ir::TypeNode *TSParser::ParseConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseConditionalType() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.cpp | 836 auto const checkType = [this, srcReg, ifTrue, ifFalse, allowUndefined](const ir::AstNode *const n, in BranchIfIsInstance() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 766 ir::Expression *ParserImpl::ParseTsConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseTsConditionalType() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 174 GateRef checkType = TaggedIsUndefined(value); in MatchFieldType() local [all...] |
Completed in 29 milliseconds