HomeSort by relevance Sort by last modified time
    Searched full:old_attributes (Results 1 - 1 of 1) sorted by null

  /external/v8/src/runtime/
runtime-scopes.cc 65 PropertyAttributes old_attributes = maybe.FromJust(); local
72 if ((old_attributes & DONT_DELETE) != 0) {
90 attr = old_attributes;
187 PropertyAttributes old_attributes = maybe.FromJust(); local
195 if ((old_attributes & DONT_DELETE) != 0) {
196 if ((old_attributes & READ_ONLY) != 0 ||
200 attr = static_cast<PropertyAttributes>(old_attributes | READ_ONLY);
    [all...]

Completed in 446 milliseconds