Searched defs:has_enumerable (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dproperty-descriptor.h56 return !has_enumerable() && !has_configurable() && !has_writable() &&
65 bool has_enumerable() const { return has_enumerable_; } function in class:v8::internal::PropertyDescriptor
98 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) |

Completed in 144 milliseconds