Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp214 checker::Type *tsType {}; in CheckBinaryOperatorMulDivMod() local
502 checker::Type *tsType {}; in CheckBinaryOperatorStrictEqual() local
529checker::Type *tsType, in CheckBinaryOperatorEqualError()
567 checker::Type *tsType {}; in CheckBinaryOperatorEqual() local
664 checker::Type *tsType {}; in CheckBinaryOperatorLessGreater() local
714 checker::Type *tsType {}; in CheckBinaryOperatorInstanceOf() local
834 checker::Type *tsType {}; in CheckBinaryOperatorHelper() local
1049 auto tsType = check(this, std::make_tuple(left, right, operationType, pos), isEqualOp, in CheckBinaryOperator() local
Dhelpers.cpp410 const Type *tsType = expr->TsType(); in IsResolvedAndValue() local
1372 checker::Type *tsType = nullptr; in GetReferencedTypeBase() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.h88 const checker::Type *tsType; member
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.h38 GateType tsType; member
/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h66 void SetTsType(checker::Type *tsType) noexcept in SetTsType()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp409 auto tsType = checker->CreateETSBooleanType(true); in ProcessExclamationMark() local
422 auto tsType = checker->CreateETSBooleanType(!std::get<1>(exprRes)); in ProcessExclamationMark() local
DETSAnalyzer.cpp283 auto *tsType = checker->GetCachedFunctionalInterface(node); in Check() local
316 auto exprType = [&checker](auto *tsType) { in Check()
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1859 const tsType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); constant