Home
last modified time | relevance | path

Searched defs:tsType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.h38 GateType tsType; member
/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h49 void SetTsType(checker::Type *tsType) noexcept in SetTsType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp314 checker::Type *tsType {}; in CheckBinaryOperatorMulDivMod() local
592 checker::Type *tsType {}; in CheckBinaryOperatorStrictEqual() local
744 checker::Type *tsType = HandleRelationOperationOnTypes(leftType, rightType, operationType); in CheckBinaryOperatorLessGreater() local
880 checker::Type *tsType {}; in CheckBinaryOperatorHelper() local
1064 auto tsType = check(this, std::make_tuple(left, right, operationType, pos), isEqualOp, in CheckArithmeticOperations() local
DutilityTypeHandlers.cpp223 …auto tsType = accessor->Function()->IsGetter() ? callSign->ReturnType() : callSign->Params()[0]->T… in CreateNullishPropertyFromAccessorInInterface() local
256 …auto tsType = accessor->Function()->IsGetter() ? callSign->ReturnType() : callSign->Params()[0]->T… in CreateNullishPropertyFromAccessor() local
Dhelpers.cpp379 const Type *tsType = expr->TsType(); in IsResolvedAndValue() local
1362 checker::Type *tsType = nullptr; in GetReferencedTypeBase() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp417 auto tsType = checker->CreateETSBooleanType(true); in ProcessExclamationMark() local
432 auto tsType = checker->CreateETSBooleanType(!std::get<1>(exprRes)); in ProcessExclamationMark() local
DETSAnalyzer.cpp329 auto *tsType = checker->GetCachedFunctionalInterface(node); in Check() local
356 auto exprType = [&checker](auto *tsType) { in Check()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1890 const tsType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); constant