Home
last modified time | relevance | path

Searched refs:old_attributes (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/hosts/
Dafe_store.py106 def _update_attributes_on_afe(self, old_attributes, new_attributes): argument
112 left_only, right_only, differing = _dict_diff(old_attributes,
/external/v8/src/runtime/
Druntime-scopes.cc75 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobal() local
82 if ((old_attributes & DONT_DELETE) != 0) { in DeclareGlobal()
89 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM || in DeclareGlobal()
98 attr = old_attributes; in DeclareGlobal()