Searched refs:old_attributes (Results 1 – 3 of 3) sorted by relevance
106 def _update_attributes_on_afe(self, old_attributes, new_attributes): argument112 left_only, right_only, differing = _dict_diff(old_attributes,
78 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobal() local84 if ((old_attributes & DONT_DELETE) != 0) { in DeclareGlobal()91 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM || in DeclareGlobal()100 attr = old_attributes; in DeclareGlobal()
177 FrontendAttributes old_attributes = std::move(frontend_attributes_); in SwapFrontendAttributes() local179 return old_attributes; in SwapFrontendAttributes()