| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 206 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in IsStaticFunc() local 215 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in IsHotnessFunc() local 224 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in SetHotnessFunc() local 290 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetUnionTypeLength() local 300 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetUnionTypeByIndex() local 313 JSHandle<TSType> tsType(type); in GetTypeKind() local 493 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetFuncName() local 505 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetMethodIndex() local 515 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetFunctionTypeLength() local 524 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetFuncParameterTypeGT() local [all …]
|
| D | ts_type.cpp | 287 JSHandle<JSTaggedValue> tsType = tsManager->GetTSType(kindGt); in GetPropTypeGT() local
|
| D | ts_type_parser.cpp | 469 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in FillInterfaceMethodTypes() local 800 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in TryReplaceTypePara() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 182 checker::Type *tsType {}; in CheckBinaryOperatorMulDivMod() local 354 checker::Type *tsType {}; in CheckBinaryOperatorStrictEqual() local 375 checker::Type *tsType {}; in CheckBinaryOperatorEqual() local 454 checker::Type *tsType {}; in CheckBinaryOperatorLessGreater() local 489 checker::Type *tsType {}; in CheckBinaryOperatorInstanceOf() local 596 checker::Type *tsType {}; in CheckBinaryOperatorHelper() local 659 checker::Type *tsType {}; in CheckBinaryOperator() local
|
| D | helpers.cpp | 887 const Type *tsType = expr->TsType(); in IsResolvedAndValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 113 void PGOTypeInfer::AddProfiler(GateRef gate, GateType tsType, PGORWOpType pgoType, ChunkSet<GateTyp… in AddProfiler() 226 GateType tsType = acc_.GetGateType(receiver); in UpdateTypeForRWOp() local
|
| D | pgo_type_infer.h | 40 GateType tsType; member
|
| D | pgo_type_infer_helper.cpp | 105 void PGOTypeInferHelper::CollectGateType(CollectedType &types, GateType tsType, PGORWOpType pgoType… in CollectGateType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_class_analysis.cpp | 28 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(*iter); in Run() local
|
| D | ts_hclass_generator.cpp | 30 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in GenerateTSHClasses() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.h | 559 void SetTsType(checker::Type *tsType) noexcept in SetTsType()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 342 void ETSEmitter::GenField(const checker::Type *tsType, const util::StringView &name, const ir::Expr… in GenField()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | TypeScriptLinter.ts | 1436 let tsType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); variable
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | TypeScriptLinter.ts | 1739 let tsType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 1527 auto tsType = checker->CreateETSBooleanType(true); in ProcessExclamationMark() local 1540 auto tsType = checker->CreateETSBooleanType(!std::get<1>(exprRes)); in ProcessExclamationMark() local
|