Home
last modified time | relevance | path

Searched refs:ONLY_ENUMERABLE (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dproperty-details.h39 ONLY_ENUMERABLE = 2, enumerator
44 ENUMERABLE_STRINGS = ONLY_ENUMERABLE | SKIP_SYMBOLS,
49 STATIC_ASSERT(ONLY_ENUMERABLE == static_cast<PropertyFilter>(DONT_ENUM));
57 STATIC_ASSERT(ONLY_ENUMERABLE ==
58 static_cast<PropertyFilter>(v8::PropertyFilter::ONLY_ENUMERABLE));
Dkeys.cc127 if (filter & ONLY_ENUMERABLE) { in FilterProxyKeys()
379 accessor->PrependElementIndices(object, keys, convert, ONLY_ENUMERABLE); in GetOwnKeysWithElements()
540 if ((accumulator->filter() & ONLY_ENUMERABLE) && in CollectInterceptorKeysInternal()
Dobjects.cc8934 if ((descs->GetDetails(i).attributes() & ONLY_ENUMERABLE) == 0 && in NumberOfEnumerableProperties()
9056 static_cast<PropertyFilter>(filter & ~ONLY_ENUMERABLE); in GetOwnValuesOrEntries()
9071 if (filter & ONLY_ENUMERABLE) { in GetOwnValuesOrEntries()
17958 if ((attr & ONLY_ENUMERABLE) == 0) result++; in NumberOfEnumerableProperties()
Delements.cc1122 if (filter & ONLY_ENUMERABLE) { in CollectValuesOrEntriesImpl()
Dapi.cc4471 static_cast<v8::PropertyFilter>(ONLY_ENUMERABLE | SKIP_SYMBOLS), in GetPropertyNames()
4505 context, static_cast<v8::PropertyFilter>(ONLY_ENUMERABLE | SKIP_SYMBOLS)); in GetOwnPropertyNames()
/external/v8/include/
Dv8.h3300 ONLY_ENUMERABLE = 2,