Home
last modified time | relevance | path

Searched refs:result_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c66 uint32_t *result_p) /**< [out] converted value */ in ecma_string_to_array_index() argument
72 *result_p = 0; in ecma_string_to_array_index()
102 *result_p = index; in ecma_string_to_array_index()
116 *result_p = (index * 10) + (uint32_t) (*string_p - LIT_CHAR_0); in ecma_string_to_array_index()
782 ecma_string_t *result_p = ecma_append_chars_to_string (string1_p, in ecma_concat_ecma_strings() local
789 return result_p; in ecma_concat_ecma_strings()
1375 const lit_utf8_byte_t *result_p; in ecma_string_get_chars() local
1391 result_p = lit_get_magic_string_ex_utf8 (id); in ecma_string_get_chars()
1396 length = lit_utf8_string_length (result_p, size); in ecma_string_get_chars()
1404 result_p = lit_get_magic_string_utf8 (id); in ecma_string_get_chars()
[all …]
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1587 ecma_object_t *result_p = ecma_get_object_from_value (result_array); in ecma_regexp_create_result_object() local
1592 ecma_builtin_helper_def_prop_by_index (result_p, in ecma_regexp_create_result_object()
1599 ecma_builtin_helper_def_prop (result_p, in ecma_regexp_create_result_object()
1604 ecma_builtin_helper_def_prop (result_p, in ecma_regexp_create_result_object()