Searched refs:old_attributes (Results 1 – 2 of 2) sorted by relevance
2221 PropertyAttributes old_attributes = maybe.value; in DeclareGlobals() local2229 if ((old_attributes & DONT_DELETE) != 0) { in DeclareGlobals()2244 attr = old_attributes; in DeclareGlobals()2349 PropertyAttributes old_attributes = maybe.value; in RUNTIME_FUNCTION() local2357 if ((old_attributes & DONT_DELETE) != 0) { in RUNTIME_FUNCTION()2358 if ((old_attributes & READ_ONLY) != 0 || in RUNTIME_FUNCTION()2362 attr = static_cast<PropertyAttributes>(old_attributes | READ_ONLY); in RUNTIME_FUNCTION()2499 PropertyAttributes old_attributes = maybe.value; in RUNTIME_FUNCTION() local2502 if ((old_attributes & DONT_DELETE) != 0) { in RUNTIME_FUNCTION()2503 if ((old_attributes & READ_ONLY) != 0 || in RUNTIME_FUNCTION()[all …]
12375 PropertyAttributes old_attributes = maybe.value; in SetElement() local12381 if (old_attributes != ABSENT) { in SetElement()12409 if (old_attributes == ABSENT) { in SetElement()12437 if (old_attributes != new_attributes) { in SetElement()