Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsQualifiedName.cpp47 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/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/expressions/
DmemberExpression.cpp133 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp701 …auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 2)); // 2: the third para… in InferLdObjByName() local
758 auto objType = gateAccessor_.GetGateType(gate); in InferNewObject() local
776 bool MethodTypeInfer::GetObjPropWithName(GateRef gate, GateType objType, uint64_t index) in GetObjPropWithName()
814 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(funcGate, 2)); in InferCallMethod() local
878 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 1)); in InferLdObjByValue() local
919 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferDefineGetterSetterByValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h388 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsAsyncGeneratorObject() local
397 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsJSGlobalObject() local
406 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsGeneratorObject() local
414 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsJSArray() local
483 GateRef objType = GetObjectType(LoadHClass(x)); in IsAOTLiteralInfo() local
Dcircuit_builder.cpp1406 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsStringOrSymbol() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp288 JSHandle<TSObjectType> objType(tsType); in GetPropTypeGT() local
Dts_manager.cpp259 GlobalTSTypeRef TSManager::GetIndexSignType(GlobalTSTypeRef objType, kungfu::GateType indexType) co… in GetIndexSignType()
725 void TSManager::AddNamespacePropType(kungfu::GateType objType, JSTaggedValue name, kungfu::GateType… in AddNamespacePropType()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1395 size_t objType, size_t &constSpecialIndex) in HandleRootObject()
1547 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local