Home
last modified time | relevance | path

Searched defs:checkType (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsConditionalTypeBuilder.h29 TSConditionalTypeBuilder &SetCheckType(Expression *checkType) in SetCheckType() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsConditionalType.h24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsConditionalType.h34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp444 std::string checkType = DisplayItems(type); in Dump() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp452 ir::TypeNode *TSParser::ParseConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseConditionalType() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp836 auto const checkType = [this, srcReg, ifTrue, ifFalse, allowUndefined](const ir::AstNode *const n, in BranchIfIsInstance() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp766 ir::Expression *ParserImpl::ParseTsConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseTsConditionalType() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp174 GateRef checkType = TaggedIsUndefined(value); in MatchFieldType() local
[all...]

Completed in 31 milliseconds