Home | History | Annotate | Download | only in src

Lines Matching refs:attr

441   PropertyAttributes attr;
442 Object* result = object->GetProperty(*object, &lookup, *name, &attr);
447 if (attr == ABSENT) {
682 PropertyAttributes attr;
685 Object* result = object->GetProperty(*object, &lookup, *name, &attr);
689 if (attr == ABSENT && IsContextual(object)) {
696 return object->GetProperty(*object, &lookup, *name, &attr);
869 PropertyAttributes attr;
872 Object* result = object->GetProperty(*object, &lookup, *name, &attr);
876 if (attr == ABSENT && IsContextual(object)) {
882 return object->GetProperty(*object, &lookup, *name, &attr);