Lines Matching refs:PropertyAttributes
421 PropertyAttributes attr = numberDic->GetAttributes(hashIndex);
517 PropertyAttributes attr(layoutInfo->GetAttr(index));
554 PropertyAttributes attr(layoutInfo->GetAttr(index));
580 CVector<std::pair<JSHandle<JSTaggedValue>, PropertyAttributes>> sortArr;
586 PropertyAttributes attr = globalDic->GetAttributes(hashIndex);
590 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
617 CVector<std::pair<JSHandle<JSTaggedValue>, PropertyAttributes>> sortArr;
623 PropertyAttributes attr = nameDic->GetAttributes(hashIndex);
627 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
659 PropertyAttributes attr(layoutInfo->GetAttr(index));
773 PropertyAttributes attr = numberDic->GetAttributes(hashIndex);
857 CVector<std::pair<JSHandle<JSTaggedValue>, PropertyAttributes>> sortArr;
863 PropertyAttributes attr = globalDic->GetAttributes(hashIndex);
867 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
894 CVector<std::pair<JSHandle<JSTaggedValue>, PropertyAttributes>> sortArr;
900 PropertyAttributes attr = nameDic->GetAttributes(hashIndex);
904 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
932 PropertyAttributes attr(layoutInfo->GetAttr(index));