Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c220 ECMA_FINALIZE (date_value); in ecma_date_construct_helper()
228 ECMA_FINALIZE (hours_value); in ecma_date_construct_helper()
236 ECMA_FINALIZE (minutes_value); in ecma_date_construct_helper()
244 ECMA_FINALIZE (seconds_value); in ecma_date_construct_helper()
252 ECMA_FINALIZE (milliseconds_value); in ecma_date_construct_helper()
277 ECMA_FINALIZE (month_value); in ecma_date_construct_helper()
278 ECMA_FINALIZE (year_value); in ecma_date_construct_helper()
675 ECMA_FINALIZE (time_value); in ecma_builtin_date_utc()
718 ECMA_FINALIZE (now_val); in ecma_builtin_date_dispatch_call()
765 ECMA_FINALIZE (parse_res_value) in ecma_builtin_date_dispatch_construct()
[all …]
Decma-builtin-helpers-sort.c57 ECMA_FINALIZE (child_compare_value); in ecma_builtin_helper_array_to_heap()
84 ECMA_FINALIZE (swap_compare_value); in ecma_builtin_helper_array_to_heap()
124 ECMA_FINALIZE (value); in ecma_builtin_helper_array_heap_sort_helper()
142 ECMA_FINALIZE (value); in ecma_builtin_helper_array_heap_sort_helper()
Decma-builtin-date-prototype.c178 ECMA_FINALIZE (to_iso); in ecma_builtin_date_prototype_to_json()
181 ECMA_FINALIZE (tv); in ecma_builtin_date_prototype_to_json()
182 ECMA_FINALIZE (obj); in ecma_builtin_date_prototype_to_json()
Decma-builtin-boolean-prototype.c76 ECMA_FINALIZE (value_of_ret); in ecma_builtin_boolean_prototype_object_to_string()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.c694 ECMA_FINALIZE (enumerable_prop_value); in ecma_op_to_property_descriptor()
713 ECMA_FINALIZE (configurable_prop_value); in ecma_op_to_property_descriptor()
731 ECMA_FINALIZE (value_prop_value); in ecma_op_to_property_descriptor()
751 ECMA_FINALIZE (writable_prop_value); in ecma_op_to_property_descriptor()
790 ECMA_FINALIZE (get_prop_value); in ecma_op_to_property_descriptor()
829 ECMA_FINALIZE (set_prop_value); in ecma_op_to_property_descriptor()
Decma-try-catch-macro.h52 #define ECMA_FINALIZE(var) \ macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1002 ECMA_FINALIZE (elem); in ecma_builtin_typedarray_prototype_set()
1008 ECMA_FINALIZE (source_length); in ecma_builtin_typedarray_prototype_set()
1009 ECMA_FINALIZE (source_obj); in ecma_builtin_typedarray_prototype_set()
1468 ECMA_FINALIZE (call_value); in ecma_builtin_typedarray_prototype_sort_compare_helper()
1541 ECMA_FINALIZE (sort_value); in ecma_builtin_typedarray_prototype_sort()