Home
last modified time | relevance | path

Searched refs:ecma_string_to_utf8_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c504 ecma_string_to_utf8_bytes (string_p, destination_p + sizeof (uint16_t), length); in ecma_save_literals_for_snapshot()
Decma-helpers.h337 void ecma_string_to_utf8_bytes (const ecma_string_t *string_desc_p, lit_utf8_byte_t *buffer_p,
Decma-helpers-string.c1267 ecma_string_to_utf8_bytes (const ecma_string_t *string_desc_p, /**< ecma-string descriptor */ in ecma_string_to_utf8_bytes() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c853 ecma_string_to_utf8_bytes (str_p, input_start_p, input_size); in ecma_builtin_global_dispatch_routine()