Searched refs:proxy_is_ext (Results 1 – 1 of 1) sorted by relevance
550 ecma_value_t proxy_is_ext = ecma_proxy_object_is_extensible (target_obj_p); in ecma_proxy_object_is_extensible() local552 if (ECMA_IS_VALUE_ERROR (proxy_is_ext)) in ecma_proxy_object_is_extensible()554 return proxy_is_ext; in ecma_proxy_object_is_extensible()557 target_result = ecma_is_value_true (proxy_is_ext); in ecma_proxy_object_is_extensible()