Home | History | Annotate | Download | only in src

Lines Matching refs:unchecked

2978   int unchecked = flag_attr->value();
2979 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
2984 PropertyAttributes attr = static_cast<PropertyAttributes>(unchecked);
3004 int unchecked = flag->value();
3005 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
3010 PropertyAttributes attr = static_cast<PropertyAttributes>(unchecked);