Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-proxy.c103 ecma_object_t *proxy_p = ecma_proxy_create (arguments_list_len > 0 ? arguments_list_p[0] : ECMA_VALUE_UNDEFINED, in ecma_builtin_proxy_dispatch_construct()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.h31 ecma_proxy_create (ecma_value_t target,
H A Decma-proxy-object.c72 ecma_proxy_create (ecma_value_t target, /**< proxy target */ in ecma_proxy_create() function
96 } /* ecma_proxy_create */ in ecma_proxy_create()
156 ecma_object_t *proxy_p = ecma_proxy_create (target, handler); in ecma_proxy_create_revocable()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1692 ecma_object_t *proxy_p = ecma_proxy_create (target, handler); in jerry_create_proxy()

Completed in 11 milliseconds