HomeSort by relevance Sort by last modified time
    Searched refs:has_configurable (Results 1 - 5 of 5) 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() &&
82 bool has_configurable() const { return has_configurable_; } function in class:v8::internal::PropertyDescriptor
109 (has_configurable() && !configurable() ? DONT_DELETE : NONE) |
property-descriptor.cc 176 if (has_configurable()) {
340 if (!desc->has_configurable()) desc->set_configurable(false);
objects.cc     [all...]
api.cc 4270 bool v8::PropertyDescriptor::has_configurable() const { function in class:v8::v8::PropertyDescriptor
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 1195 milliseconds