Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c809 bool target_is_configurable = false; in ecma_proxy_object_get_own_property_descriptor() local
813 target_is_configurable = ((target_desc.flags & ECMA_PROP_IS_CONFIGURABLE) != 0); in ecma_proxy_object_get_own_property_descriptor()
827 if (!target_has_desc || target_is_configurable) in ecma_proxy_object_get_own_property_descriptor()

Completed in 2 milliseconds