Searched refs:DONT_DELETE (Results 26 - 26 of 26) sorted by relevance

12

/external/v8/src/
H A Dobjects.cc2809 if (configurable->ToBoolean()->IsFalse()) attributes |= DONT_DELETE;
9542 if ((attributes & (DONT_DELETE | DONT_ENUM | READ_ONLY)) != 0) {
9577 (attr & (DONT_DELETE | DONT_ENUM | READ_ONLY)) == 0);

Completed in 87 milliseconds

12