aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h
diff options
context:
space:
mode:
authorRoland Takacs <rtakacs.u-szeged@partner.samsung.com>2015-08-03 10:01:29 +0200
committerRoland Takacs <rtakacs.u-szeged@partner.samsung.com>2015-08-04 16:13:51 +0200
commit6082c32d4563845ced8190c5f6fde470eb9e0266 (patch)
treea7ca456b070861af0c733fca6e696bc6b491a9ea /jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h
parent833a5d1a55ab2aed9ae7124e11156807050d8d10 (diff)
Refactor to{,UTC,ISO}String methods of the Date object.
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
Diffstat (limited to 'jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h')
-rw-r--r--jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h
index 6d4c9d24..f0103af6 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h
@@ -122,7 +122,7 @@ extern void ecma_date_insert_num_with_sep (ecma_string_t **str_p,
uint32_t length);
extern ecma_completion_value_t ecma_date_value_to_string (ecma_number_t datetime_num, ecma_date_timezone_t timezone);
-extern ecma_completion_value_t ecma_date_object_to_string (ecma_value_t this_arg, ecma_date_timezone_t timezone);
+extern ecma_completion_value_t ecma_date_get_primitive_value (ecma_value_t this_arg);
#endif /* !CONFIG_ECMA_COMPACT_PROFILE_DISABLE_DATE_BUILTIN */