Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp206 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 …]
Dts_type.cpp287 JSHandle<JSTaggedValue> tsType = tsManager->GetTSType(kindGt); in GetPropTypeGT() local
Dts_type_parser.cpp469 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/
Darithmetic.cpp182 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
Dhelpers.cpp887 const Type *tsType = expr->TsType(); in IsResolvedAndValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp113 void PGOTypeInfer::AddProfiler(GateRef gate, GateType tsType, PGORWOpType pgoType, ChunkSet<GateTyp… in AddProfiler()
226 GateType tsType = acc_.GetGateType(receiver); in UpdateTypeForRWOp() local
Dpgo_type_infer.h40 GateType tsType; member
Dpgo_type_infer_helper.cpp105 void PGOTypeInferHelper::CollectGateType(CollectedType &types, GateType tsType, PGORWOpType pgoType… in CollectGateType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_class_analysis.cpp28 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(*iter); in Run() local
Dts_hclass_generator.cpp30 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in GenerateTSHClasses() local
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h559 void SetTsType(checker::Type *tsType) noexcept in SetTsType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp342 void ETSEmitter::GenField(const checker::Type *tsType, const util::StringView &name, const ir::Expr… in GenField()
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1436 let tsType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1739 let tsType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); variable
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1527 auto tsType = checker->CreateETSBooleanType(true); in ProcessExclamationMark() local
1540 auto tsType = checker->CreateETSBooleanType(!std::get<1>(exprRes)); in ProcessExclamationMark() local