Searched refs:set_configurable (Results 1 – 4 of 4) sorted by relevance
80 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()
68 void set_configurable(bool configurable) { in set_configurable() function
6596 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()
3541 desc.set_configurable(!(attributes & v8::DontDelete)); in DefineOwnProperty()