Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h40 ONLY_CONFIGURABLE = 4, enumerator
50 STATIC_ASSERT(ONLY_CONFIGURABLE == static_cast<PropertyFilter>(DONT_DELETE));
59 STATIC_ASSERT(ONLY_CONFIGURABLE == static_cast<PropertyFilter>(
60 v8::PropertyFilter::ONLY_CONFIGURABLE));
Delements.cc3060 if ((filter & ONLY_CONFIGURABLE) == 0) { in CollectValuesOrEntriesImpl()
/external/v8/include/
Dv8.h3301 ONLY_CONFIGURABLE = 4,