Home
last modified time | relevance | path

Searched defs:checkType (Results 1 – 13 of 13) 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/compiler/builtins/
Dbuiltins_reflect_stub_builder.cpp90 Label checkType(env); in Set() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts433 public static checkType(type: Type, method in TypeInference
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp477 std::string checkType = DisplayItems(type); in Dump() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp295 auto &&iteratorInterfaceImpl) -> bool { in HasIteratorInterface()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DExpr.ts829 private checkType: Type; property in ArkInstanceOfExpr
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp455 ir::TypeNode *TSParser::ParseConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseConditionalType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp839 auto const checkType = [this, srcReg, ifTrue, ifFalse, acceptNull = target->PossiblyETSNull()]( in BranchIfIsInstance() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp750 ir::Expression *ParserImpl::ParseTsConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseTsConditionalType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp193 GateRef checkType = TaggedIsUndefined(value); in MatchFieldType() local
12641 GateRef checkType = LogicOrBuilder(env) in ComputeTaggedArrayElementKind() local
12870 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