Searched defs:objType (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsQualifiedName.cpp | 47 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 49 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
|
| D | typeCreation.cpp | 128 … 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
|
| D | destructuringContext.cpp | 98 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/ |
| D | memberExpression.cpp | 133 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 701 …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/ |
| D | circuit_builder-inl.h | 388 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
|
| D | circuit_builder.cpp | 1406 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsStringOrSymbol() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.cpp | 288 JSHandle<TSObjectType> objType(tsType); in GetPropTypeGT() local
|
| D | ts_manager.cpp | 259 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/ |
| D | snapshot_processor.cpp | 1395 size_t objType, size_t &constSpecialIndex) in HandleRootObject() 1547 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local
|