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

/external/chromium_org/v8/src/
H A Druntime.cc2221 PropertyAttributes old_attributes = maybe.value; local
2229 if ((old_attributes & DONT_DELETE) != 0) {
2244 attr = old_attributes;
2349 PropertyAttributes old_attributes = maybe.value; local
2357 if ((old_attributes & DONT_DELETE) != 0) {
2358 if ((old_attributes & READ_ONLY) != 0 ||
2362 attr = static_cast<PropertyAttributes>(old_attributes | READ_ONLY);
2499 PropertyAttributes old_attributes = maybe.value;
2502 if ((old_attributes & DONT_DELETE) != 0) {
2503 if ((old_attributes
[all...]
H A Dobjects.cc12375 PropertyAttributes old_attributes = maybe.value;
12381 if (old_attributes != ABSENT) {
12409 if (old_attributes == ABSENT) {
12437 if (old_attributes != new_attributes) {

Completed in 287 milliseconds