HomeSort by relevance Sort by last modified time
    Searched refs:has_writable (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
property-descriptor.h 36 return desc->has_value() || desc->has_writable();
56 return !has_enumerable() && !has_configurable() && !has_writable() &&
83 bool has_writable() const { return has_writable_; } function in class:v8::internal::PropertyDescriptor
100 (has_writable() && !writable() ? READ_ONLY : NONE));
property-descriptor.cc 96 (desc->has_value() || desc->has_writable())) {
121 if (has_writable()) {
245 (desc->has_value() || desc->has_writable())) {
276 if (!desc->has_writable()) desc->set_writable(false);
objects.cc     [all...]

Completed in 510 milliseconds