Searched refs:ECMA_TRY_CATCH (Results 1 – 7 of 7) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-date.c | 204 ECMA_TRY_CATCH (year_value, ecma_op_to_number (args[0]), ret_value); in ecma_date_construct_helper() 205 ECMA_TRY_CATCH (month_value, ecma_op_to_number (args[1]), ret_value); in ecma_date_construct_helper() 218 ECMA_TRY_CATCH (date_value, ecma_op_to_number (args[2]), ret_value); in ecma_date_construct_helper() 226 ECMA_TRY_CATCH (hours_value, ecma_op_to_number (args[3]), ret_value); in ecma_date_construct_helper() 234 ECMA_TRY_CATCH (minutes_value, ecma_op_to_number (args[4]), ret_value); in ecma_date_construct_helper() 242 ECMA_TRY_CATCH (seconds_value, ecma_op_to_number (args[5]), ret_value); in ecma_date_construct_helper() 250 ECMA_TRY_CATCH (milliseconds_value, ecma_op_to_number (args[6]), ret_value); in ecma_date_construct_helper() 670 ECMA_TRY_CATCH (time_value, ecma_date_construct_helper (args, args_number), ret_value); in ecma_builtin_date_utc() 712 ECMA_TRY_CATCH (now_val, in ecma_builtin_date_dispatch_call() 759 ECMA_TRY_CATCH (parse_res_value, in ecma_builtin_date_dispatch_construct() [all …]
|
D | ecma-builtin-helpers-sort.c | 46 … ECMA_TRY_CATCH (child_compare_value, sort_cb (array_p[child], array_p[child + 1], compare_func), in ecma_builtin_helper_array_to_heap() 65 ECMA_TRY_CATCH (swap_compare_value, sort_cb (array_p[child], swap, compare_func), ret_value); in ecma_builtin_helper_array_to_heap() 121 ECMA_TRY_CATCH (value, in ecma_builtin_helper_array_heap_sort_helper() 139 ECMA_TRY_CATCH (value, in ecma_builtin_helper_array_heap_sort_helper()
|
D | ecma-builtin-date-prototype.c | 137 ECMA_TRY_CATCH (obj, in ecma_builtin_date_prototype_to_json() 142 ECMA_TRY_CATCH (tv, in ecma_builtin_date_prototype_to_json() 162 ECMA_TRY_CATCH (to_iso, in ecma_builtin_date_prototype_to_json()
|
D | ecma-builtin-boolean-prototype.c | 61 ECMA_TRY_CATCH (value_of_ret, in ecma_builtin_boolean_prototype_object_to_string()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-conversion.c | 682 ECMA_TRY_CATCH (enumerable_prop_value, in ecma_op_to_property_descriptor() 701 ECMA_TRY_CATCH (configurable_prop_value, in ecma_op_to_property_descriptor() 721 ECMA_TRY_CATCH (value_prop_value, in ecma_op_to_property_descriptor() 739 ECMA_TRY_CATCH (writable_prop_value, in ecma_op_to_property_descriptor() 759 ECMA_TRY_CATCH (get_prop_value, in ecma_op_to_property_descriptor() 798 ECMA_TRY_CATCH (set_prop_value, in ecma_op_to_property_descriptor()
|
D | ecma-try-catch-macro.h | 32 #define ECMA_TRY_CATCH(var, op, return_value) \ macro
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 964 ECMA_TRY_CATCH (source_obj, ecma_op_to_object (arr_val), ret_val); in ecma_builtin_typedarray_prototype_set() 969 ECMA_TRY_CATCH (source_length, in ecma_builtin_typedarray_prototype_set() 993 ECMA_TRY_CATCH (elem, in ecma_builtin_typedarray_prototype_set() 1444 ECMA_TRY_CATCH (call_value, in ecma_builtin_typedarray_prototype_sort_compare_helper() 1535 ECMA_TRY_CATCH (sort_value, in ecma_builtin_typedarray_prototype_sort()
|