Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.h39 GateType tsType; member
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DextensionAccessorLowering.cpp77 checker::Type *tsType = rightExpr->AsMemberExpression()->TsType(); in TryHandleExtensionAccessor() local
/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h49 checker::Type *SetTsType(checker::Type *tsType) noexcept in SetTsType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp268 checker::Type *tsType {}; in CheckBinaryOperatorMulDivMod() local
614 checker::Type *tsType {}; in CheckBinaryOperatorStrictEqual() local
925 checker::Type *tsType {}; in CheckBinaryOperatorHelper() local
1105 auto tsType = check(this, std::make_tuple(left, right, operationType, pos), isEqualOp, in CheckArithmeticOperations() local
DutilityTypeHandlers.cpp258 …auto tsType = accessor->Function()->IsGetter() ? callSign->ReturnType() : callSign->Params()[0]->T… in CreateNullishPropertyFromAccessor() local
Dhelpers.cpp417 const Type *tsType = expr->TsType(); in IsResolvedAndValue() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp518 auto tsType = checker->CreateETSBooleanType(true); in ProcessExclamationMark() local
532 auto tsType = checker->CreateETSBooleanType(!std::get<1>(exprRes)); in ProcessExclamationMark() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.cpp64 auto *tsType = property->TsType(); in HackThisParameterInExtensionFunctionInvoke() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp282 void TSDeclGen::AddSuperType(const checker::Type *tsType) in AddSuperType()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts4808 const tsType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); constant