Home
last modified time | relevance | path

Searched refs:ecma_string_get_size (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-eval.c54 lit_utf8_size_t chars_num = ecma_string_get_size (code_p); in ecma_op_eval()
Decma-regexp-object.c3078 const lit_utf8_size_t matched_str_size = ecma_string_get_size (matched_str_p); in ecma_regexp_replace_helper()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c451 … lit_table_size += (uint32_t) JERRY_ALIGNUP (sizeof (uint16_t) + ecma_string_get_size (string_p), in ecma_save_literals_for_snapshot()
500 length = ecma_string_get_size (string_p); in ecma_save_literals_for_snapshot()
Decma-module.c65 … module_path_size = ecma_string_get_size (JERRY_CONTEXT (module_top_context_p)->module_p->path_p); in ecma_module_create_normalized_path()
848 lit_utf8_size_t module_path_size = ecma_string_get_size (module_p->path_p); in ecma_module_parse()
Decma-helpers-string.c948 JERRY_ASSERT (ecma_string_get_size (string_p) <= buffer_size); in ecma_string_copy_to_cesu8_buffer()
2049 ecma_string_get_size (const ecma_string_t *string_p) /**< ecma-string */ in ecma_string_get_size() function
2451 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_create_from()
2573 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_append()
Decma-helpers.h360 lit_utf8_size_t ecma_string_get_size (const ecma_string_t *string_p);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c61 const lit_utf8_size_t buffer_size = 9 + ecma_string_get_size (tag_str_p); in ecma_builtin_helper_object_to_string_tag_helper()
921 const lit_utf8_size_t match_size = ecma_string_get_size (matched_p); in ecma_builtin_replace_substitute()
Decma-builtin-global.c847 lit_utf8_size_t input_size = ecma_string_get_size (str_p); in ecma_builtin_global_dispatch_routine()
Decma-builtin-string-prototype.c1152 lit_utf8_size_t size = ecma_string_get_size (original_string_p); in ecma_builtin_string_prototype_object_repeat()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1380 const lit_utf8_size_t lit1_size = ecma_string_get_size (literal1); in jerry_save_literals_compare()
1381 const lit_utf8_size_t lit2_size = ecma_string_get_size (literal2); in jerry_save_literals_compare()
1716 lit_utf8_size_t str_size = ecma_string_get_size (literal_array[i]); in jerry_get_literals_from_snapshot()
Djerry.c1894 return ecma_string_get_size (ecma_get_string_from_value (value)); in jerry_get_string_size()
1989 if (ecma_string_get_size (str_p) > buffer_size) in jerry_string_to_char_buffer()