Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.h57 return !has_enumerable() && !has_configurable() && !has_writable() && in is_empty()
62 return has_configurable() && has_enumerable() && !has_value() && in IsRegularAccessorProperty()
67 return has_configurable() && has_enumerable() && has_value() && in IsRegularDataProperty()
76 bool has_enumerable() const { return has_enumerable_; } in has_enumerable() function in v8::internal::PropertyDescriptor
109 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | in ToAttributes()
H A Dproperty-descriptor.cc172 if (has_enumerable()) { in ToObject()
335 if (!desc->has_enumerable()) desc->set_enumerable(false); in CompletePropertyDescriptor()
H A Djs-array-buffer.cc307 (desc->has_enumerable() && !desc->enumerable()) || in DefineOwnProperty()
317 if (!desc->has_enumerable()) desc->set_enumerable(true); in DefineOwnProperty()
H A Dmodule.cc442 (desc->has_enumerable() && !desc->enumerable()) || in DefineOwnProperty()
H A Djs-objects.cc1343 if (desc->has_enumerable()) { in DefinePropertyWithInterceptorInternal()
1452 if (!desc->has_enumerable()) desc->set_enumerable(false); in ValidateAndApplyPropertyDescriptor()
1472 if (!desc->has_enumerable()) desc->set_enumerable(false); in ValidateAndApplyPropertyDescriptor()
1492 if ((!desc->has_enumerable() || in ValidateAndApplyPropertyDescriptor()
1519 if (desc->has_enumerable() && desc->enumerable() != current->enumerable()) { in ValidateAndApplyPropertyDescriptor()
1617 if (desc->has_enumerable()) { in ValidateAndApplyPropertyDescriptor()
H A Dobjects.cc3433 (new_len_desc->has_enumerable() && in ArraySetLength()
/third_party/node/deps/v8/src/debug/
H A Ddebug-property-iterator.cc151 descriptor.enumerable(), descriptor.has_enumerable(), in descriptor()
H A Ddebug-interface.h647 bool has_enumerable : 1; member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h115 bool has_enumerable() const;
/third_party/node/deps/v8/include/
H A Dv8-object.h117 bool has_enumerable() const;
/third_party/node/src/
H A Dnode_env_var.cc426 !desc.has_enumerable() || in EnvDefiner()
H A Dnode_contextify.cc603 if (desc.has_enumerable()) { in PropertyDefinerCallback()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1468 descriptor.has_enumerable ? descriptor.enumerable : false; in getProperties()
/third_party/node/deps/v8/src/api/
H A Dapi.cc4427 DCHECK(private_->desc.has_enumerable()); in enumerable()
4431 bool v8::PropertyDescriptor::has_enumerable() const { in has_enumerable() function in v8::v8::PropertyDescriptor
4432 return private_->desc.has_enumerable(); in has_enumerable()

Completed in 53 milliseconds