Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c550 ecma_value_t proxy_is_ext = ecma_proxy_object_is_extensible (target_obj_p); in ecma_proxy_object_is_extensible() local
552 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()