Searched refs:trap_result_array (Results 1 – 1 of 1) sorted by relevance
1574 ecma_value_t trap_result_array = ecma_op_function_call (func_obj_p, handler, &target, 1); in ecma_proxy_object_own_property_keys() local1578 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()