Lines Matching defs:hashIndex
633 for (int hashIndex = 0; hashIndex < size; hashIndex++) {
634 JSTaggedValue key = numberDic->GetKey(hashIndex);
636 PropertyAttributes attr = numberDic->GetAttributes(hashIndex);
715 int hashIndex = nameDic->FindEntry(key);
716 PropertyAttributes attr = nameDic->GetAttributes(hashIndex);
717 if (!key.IsString() || hashIndex < 0 || !attr.IsEnumerable()) {
721 JSTaggedValue value = nameDic->GetValue(hashIndex);
797 for (int hashIndex = 0; hashIndex < size; hashIndex++) {
798 JSTaggedValue key = globalDic->GetKey(hashIndex);
802 PropertyAttributes attr = globalDic->GetAttributes(hashIndex);
832 for (int hashIndex = 0; hashIndex < size; hashIndex++) {
833 JSTaggedValue key = nameDic->GetKey(hashIndex);
837 PropertyAttributes attr = nameDic->GetAttributes(hashIndex);