Home
last modified time | relevance | path

Searched defs:checkType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsConditionalTypeBuilder.h29 TSConditionalTypeBuilder &SetCheckType(Expression *checkType) in SetCheckType()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsConditionalType.h24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConditionalType.h34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp443 std::string checkType = DisplayItems(type); in Dump() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp230 auto &&iteratorInterfaceImpl) -> bool { in HasIteratorInterface()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp451 ir::TypeNode *TSParser::ParseConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseConditionalType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp841 … auto const checkType = [this, srcReg, ifTrue, ifFalse, allowUndefined](const ir::AstNode *const n, in BranchIfIsInstance() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp747 ir::Expression *ParserImpl::ParseTsConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseTsConditionalType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp172 GateRef checkType = TaggedIsUndefined(value); in MatchFieldType() local
11254 GateRef checkType = LogicOrBuilder(env) in ComputeTaggedArrayElementKind() local
11384 GateRef checkType = LogicOrBuilder(env) in JSTaggedValueToString() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument