Searched refs:getPartial (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | object.cpp | 271 varbinder::Variable *TSChecker::GetPropertyOfType(Type *type, const util::StringView &name, bool getPartial, in GetPropertyOfType() argument 280 return GetPropertyOfUnionType(type->AsUnionType(), name, getPartial, propagateFlags); in GetPropertyOfType() 286 varbinder::Variable *TSChecker::GetPropertyOfUnionType(UnionType *type, const util::StringView &name, bool getPartial, in GetPropertyOfUnionType() argument 306 if (!it->IsObjectType() && getPartial) { in GetPropertyOfUnionType() 309 if (!it->IsObjectType() && !getPartial) { in GetPropertyOfUnionType() 315 if (objType->StringIndexInfo() == nullptr && getPartial) { in GetPropertyOfUnionType() 318 if (objType->StringIndexInfo() == nullptr && !getPartial) { in GetPropertyOfUnionType()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | object.cpp | 277 binder::Variable *Checker::GetPropertyOfType(Type *type, const util::StringView &name, bool getPartial, in GetPropertyOfType() argument 286 return GetPropertyOfUnionType(type->AsUnionType(), name, getPartial, propagateFlags); in GetPropertyOfType() 292 binder::Variable *Checker::GetPropertyOfUnionType(UnionType *type, const util::StringView &name, bool getPartial, in GetPropertyOfUnionType() argument 314 if (getPartial) { in GetPropertyOfUnionType() 324 if (getPartial) { in GetPropertyOfUnionType()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 325 varbinder::Variable *GetPropertyOfType(Type *type, const util::StringView &name, bool getPartial = false, 327 varbinder::Variable *GetPropertyOfUnionType(UnionType *type, const util::StringView &name, bool getPartial,
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 398 binder::Variable *GetPropertyOfType(Type *type, const util::StringView &name, bool getPartial = false, 400 binder::Variable *GetPropertyOfUnionType(UnionType *type, const util::StringView &name, bool getPartial,
|
Completed in 4 milliseconds