Home
last modified time | relevance | path

Searched refs:has_configurable (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()
83 bool has_configurable() const { return has_configurable_; } in has_configurable() function in v8::internal::PropertyDescriptor
110 (has_configurable() && !configurable() ? DONT_DELETE : NONE) | in ToAttributes()
H A Dproperty-descriptor.cc176 if (has_configurable()) { in ToObject()
338 if (!desc->has_configurable()) desc->set_configurable(false); in CompletePropertyDescriptor()
H A Djs-array-buffer.cc306 if ((desc->has_configurable() && !desc->configurable()) || in DefineOwnProperty()
316 if (!desc->has_configurable()) desc->set_configurable(true); in DefineOwnProperty()
H A Dmodule.cc441 (desc->has_configurable() && desc->configurable()) || in DefineOwnProperty()
H A Djs-objects.cc1346 if (desc->has_configurable()) { in DefinePropertyWithInterceptorInternal()
1453 if (!desc->has_configurable()) desc->set_configurable(false); in ValidateAndApplyPropertyDescriptor()
1473 if (!desc->has_configurable()) desc->set_configurable(false); in ValidateAndApplyPropertyDescriptor()
1494 (!desc->has_configurable() || in ValidateAndApplyPropertyDescriptor()
1510 if (desc->has_configurable() && desc->configurable()) { in ValidateAndApplyPropertyDescriptor()
1624 if (desc->has_configurable()) { in ValidateAndApplyPropertyDescriptor()
H A Dobjects.cc3551 bool setting_config_false = desc->has_configurable() && !desc->configurable(); in DefineOwnProperty()
/third_party/node/deps/v8/src/debug/
H A Ddebug-property-iterator.cc152 descriptor.configurable(), descriptor.has_configurable(), in descriptor()
H A Ddebug-interface.h649 bool has_configurable : 1; member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h119 bool has_configurable() const;
/third_party/node/deps/v8/include/
H A Dv8-object.h121 bool has_configurable() const;
/third_party/node/src/
H A Dnode_env_var.cc427 !desc.has_configurable()) { in EnvDefiner()
H A Dnode_contextify.cc606 if (desc.has_configurable()) { in PropertyDefinerCallback()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1470 descriptor.has_configurable ? descriptor.configurable : false; in getProperties()
/third_party/node/deps/v8/src/api/
H A Dapi.cc4440 DCHECK(private_->desc.has_configurable()); in configurable()
4444 bool v8::PropertyDescriptor::has_configurable() const { in has_configurable() function in v8::v8::PropertyDescriptor
4445 return private_->desc.has_configurable(); in has_configurable()

Completed in 74 milliseconds