Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp49 ObjectType *objType = type->AsObjectType(); in CheckIndexConstraints() local
88 ObjectType *objType = type->AsObjectType(); in ResolveStructuredTypeMembers() local
124 ObjectType *objType = it->AsObjectType(); in ResolveUnionTypeMembers() local
319 ObjectType *objType = it->AsObjectType(); in GetPropertyOfUnionType() local
DtypeCreation.cpp128 … auto *objType = allocator_->New<ObjectLiteralType>(allocator_->New<ObjectDescriptor>(allocator_)); in CreateObjectTypeWithCallSignature() local
135 … auto *objType = allocator_->New<ObjectLiteralType>(allocator_->New<ObjectDescriptor>(allocator_)); in CreateObjectTypeWithConstructSignature() local
DdestructuringContext.cpp98 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpressio… in ValidateObjectLiteralType()
536 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest()
620 checker::ObjectType *objType = inferedType_->AsObjectType(); in NextInferedType() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsQualifiedName.cpp47 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp133 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp644 …auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 2)); // 2: the third para… in InferLdObjByName() local
671 auto objType = gateAccessor_.GetGateType(gate); in InferNewObject() local
689 bool TypeInfer::GetObjPropWithName(GateRef gate, GateType objType, uint64_t index) in GetObjPropWithName()
757 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 1)); in InferLdObjByValue() local
789 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferDefineGetterSetterByValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h326 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsAsyncGeneratorObject() local
335 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsGeneratorObject() local
405 GateRef objType = GetObjectType(LoadHClass(x)); in IsAOTLiteralInfo() local
Dcircuit_builder.cpp676 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsStringOrSymbol() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp327 JSHandle<TSObjectType> objType(tsType); in GetPropTypeGT() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1363 size_t objType, size_t &constSpecialIndex) in HandleRootObject()
1482 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local