Home
last modified time | relevance | path

Searched refs:setting_config_false (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c937 bool setting_config_false = ((prop_desc_p->flags & ECMA_PROP_IS_CONFIGURABLE_DEFINED) in ecma_proxy_object_define_own_property() local
949 if (setting_config_false) in ecma_proxy_object_define_own_property()
965 else if (setting_config_false && (target_desc.flags & ECMA_PROP_IS_CONFIGURABLE)) in ecma_proxy_object_define_own_property()
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc3551 bool setting_config_false = desc->has_configurable() && !desc->configurable(); in DefineOwnProperty() local
3561 if (setting_config_false) { in DefineOwnProperty()
3581 if (setting_config_false && target_desc.configurable()) { in DefineOwnProperty()

Completed in 13 milliseconds