Lines Matching defs:attr

421                 PropertyAttributes attr = numberDic->GetAttributes(hashIndex);
422 if (attr.IsEnumerable()) {
517 PropertyAttributes attr(layoutInfo->GetAttr(index));
518 ASSERT(static_cast<int>(attr.GetOffset()) == index);
519 value = attr.IsInlinedProps()
520 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr)
522 if (attr.IsInlinedProps() && value.IsHole()) {
554 PropertyAttributes attr(layoutInfo->GetAttr(index));
555 ASSERT(static_cast<int>(attr.GetOffset()) == index);
556 value = attr.IsInlinedProps()
557 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr)
559 if (attr.IsInlinedProps() && value.IsHole()) {
586 PropertyAttributes attr = globalDic->GetAttributes(hashIndex);
587 if (!attr.IsEnumerable()) {
590 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
623 PropertyAttributes attr = nameDic->GetAttributes(hashIndex);
624 if (!attr.IsEnumerable()) {
627 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
659 PropertyAttributes attr(layoutInfo->GetAttr(index));
660 JSTaggedValue value = attr.IsInlinedProps()
661 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr)
773 PropertyAttributes attr = numberDic->GetAttributes(hashIndex);
774 if (attr.IsEnumerable()) {
863 PropertyAttributes attr = globalDic->GetAttributes(hashIndex);
864 if (!attr.IsEnumerable()) {
867 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
900 PropertyAttributes attr = nameDic->GetAttributes(hashIndex);
901 if (!attr.IsEnumerable()) {
904 std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> pair(JSHandle<JSTaggedValue>(thread_, key), attr);
932 PropertyAttributes attr(layoutInfo->GetAttr(index));
933 ASSERT(static_cast<int>(attr.GetOffset()) == index);
934 JSTaggedValue value = attr.IsInlinedProps()
935 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr)
937 if (attr.IsInlinedProps() && value.IsHole()) {