Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.h61 ecma_proxy_object_is_extensible (ecma_object_t *obj_p);
H A Decma-proxy-object.c501 ecma_proxy_object_is_extensible (ecma_object_t *obj_p) /**< proxy object */ in ecma_proxy_object_is_extensible() function
550 ecma_value_t proxy_is_ext = ecma_proxy_object_is_extensible (target_obj_p); in ecma_proxy_object_is_extensible()
571 } /* ecma_proxy_object_is_extensible */ in ecma_proxy_object_is_extensible()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-object.c595 ecma_value_t status = ecma_proxy_object_is_extensible (obj_p); in ecma_builtin_object_test_integrity_level()
689 return ecma_proxy_object_is_extensible (obj_p); in ecma_builtin_object_object_is_extensible()

Completed in 6 milliseconds