Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c1574 ecma_value_t trap_result_array = ecma_op_function_call (func_obj_p, handler, &target, 1); in ecma_proxy_object_own_property_keys() local
1578 if (ECMA_IS_VALUE_ERROR (trap_result_array)) in ecma_proxy_object_own_property_keys()
1584 ecma_collection_t *trap_result = ecma_op_create_list_from_array_like (trap_result_array, true); in ecma_proxy_object_own_property_keys()
1586 ecma_free_value (trap_result_array); in ecma_proxy_object_own_property_keys()