Lines Matching defs:numberInfo
50 IndexInfo *numberInfo = objType->NumberIndexInfo();
54 if (numberInfo != nullptr) {
58 IsTypeAssignableTo(propType, numberInfo->GetType(),
60 "' is not assignable to numeric index type '", numberInfo->GetType(), "'."},
75 if (numberInfo != nullptr && !IsTypeAssignableTo(numberInfo->GetType(), stringInfo->GetType())) {
76 ThrowTypeError({"Number index info type ", numberInfo->GetType(),
78 numberInfo->Pos());
251 IndexInfo *numberInfo = placeholderObj->AsObjectType()->NumberIndexInfo();
257 type->Desc()->numberIndexInfo = numberInfo;