Home | History | Annotate | Download | only in runtime

Lines Matching refs:old_attributes

76     PropertyAttributes old_attributes = maybe.FromJust();
83 if ((old_attributes & DONT_DELETE) != 0) {
90 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM ||
99 attr = old_attributes;