Home
last modified time | relevance | path

Searched refs:set_configurable (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dproperty-descriptor.cc80 desc->set_configurable(value->BooleanValue()); in ToPropertyDescriptorFastPath()
184 desc->set_configurable(configurable->BooleanValue()); in ToPropertyDescriptor()
295 if (!desc->has_configurable()) desc->set_configurable(false); in CompletePropertyDescriptor()
Dproperty-descriptor.h68 void set_configurable(bool configurable) { in set_configurable() function
Dobjects.cc6596 if (!desc->has_configurable()) desc->set_configurable(false); in ValidateAndApplyPropertyDescriptor()
6616 if (!desc->has_configurable()) desc->set_configurable(false); in ValidateAndApplyPropertyDescriptor()
6841 new_desc.set_configurable(true); in CreateDataProperty()
7288 desc->set_configurable((attrs & DONT_DELETE) == 0); in GetOwnPropertyDescriptor()
7577 no_conf.set_configurable(false); in SetIntegrityLevel()
7580 no_conf_no_write.set_configurable(false); in SetIntegrityLevel()
Dapi.cc3541 desc.set_configurable(!(attributes & v8::DontDelete)); in DefineOwnProperty()