Home
last modified time | relevance | path

Searched refs:ONLY_ALL_CAN_READ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dproperty-details.h46 ONLY_ALL_CAN_READ = 32, enumerator
54 STATIC_ASSERT(((SKIP_STRINGS | SKIP_SYMBOLS | ONLY_ALL_CAN_READ) &
Delements.cc864 if (filter & ONLY_ALL_CAN_READ) { in CollectElementIndicesImpl()
1149 if (filter & ONLY_ALL_CAN_READ) { in CollectElementIndicesImpl()
Dobjects.cc8582 if ((filter & ONLY_ALL_CAN_READ) && !interceptor->all_can_read()) { in GetKeysFromInterceptor()
8632 *filter = static_cast<PropertyFilter>(*filter | ONLY_ALL_CAN_READ); in GetKeysFromJSObject()
16416 if (filter & ONLY_ALL_CAN_READ) { in CollectOwnPropertyNames()
16460 if (val->IsString() && (filter & ONLY_ALL_CAN_READ) == 0) { in CollectOwnElementKeys()
18473 if (filter & ONLY_ALL_CAN_READ) { in CollectKeysTo()