HomeSort by relevance Sort by last modified time
    Searched defs:has_enumerable (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
property-descriptor.h 56 return !has_enumerable() && !has_configurable() && !has_writable() &&
61 return has_configurable() && has_enumerable() && !has_value() &&
66 return has_configurable() && has_enumerable() && has_value() &&
75 bool has_enumerable() const { return has_enumerable_; } function in class:v8::internal::PropertyDescriptor
108 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) |
api.cc 4257 bool v8::PropertyDescriptor::has_enumerable() const { function in class:v8::v8::PropertyDescriptor
    [all...]

Completed in 2469 milliseconds