Home
last modified time | relevance | path

Searched refs:to_locale_value (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c232 ecma_value_t to_locale_value = ecma_op_object_get_by_magic_id (index_obj_p, LIT_MAGIC_STRING_TO_LOCALE_STRING_UL); in ecma_builtin_helper_get_to_locale_string_at_index() local
234 if (ECMA_IS_VALUE_ERROR (to_locale_value)) in ecma_builtin_helper_get_to_locale_string_at_index()
239 if (!ecma_op_is_callable (to_locale_value)) in ecma_builtin_helper_get_to_locale_string_at_index()
241 ecma_free_value (to_locale_value); in ecma_builtin_helper_get_to_locale_string_at_index()
246 ecma_object_t *locale_func_obj_p = ecma_get_object_from_value (to_locale_value); in ecma_builtin_helper_get_to_locale_string_at_index()

Completed in 3 milliseconds