Home | History | Annotate | Download | only in src

Lines Matching refs:attr

896   PropertyAttributes attr = NONE;
897 Object* result = LoadWithInterceptor(&args, &attr);
901 if (attr != ABSENT) return result;
907 PropertyAttributes attr;
908 Object* result = LoadWithInterceptor(&args, &attr);
922 PropertyAttributes attr = NONE;
923 Object* result = recv->SetPropertyWithInterceptor(name, value, attr);