Home
last modified time | relevance | path

Searched defs:string_desc_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c199 ecma_string_t *string_desc_p = ecma_alloc_string (); in ecma_new_ecma_string_from_magic_string_ex_id() local
257 ecma_ascii_string_t *string_desc_p; in ecma_new_ecma_string_from_utf8_buffer() local
268 ecma_utf8_string_t *string_desc_p; in ecma_new_ecma_string_from_utf8_buffer() local
278 ecma_long_utf8_string_t *string_desc_p; in ecma_new_ecma_string_from_utf8_buffer() local
345 ecma_string_t *string_desc_p = ecma_find_special_string (string_p, string_size); in ecma_new_ecma_string_from_utf8() local
417 ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (converted_string_length, in ecma_new_ecma_string_from_utf8_converted_to_cesu8() local
568 …ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (lit_utf8_string_length (str_… in ecma_new_ecma_string_from_number() local
679 …ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (cesu8_string1_length + cesu8… in ecma_append_chars_to_string() local
1059 ecma_substring_copy_to_cesu8_buffer (const ecma_string_t *string_desc_p, /**< ecma-string descripto… in ecma_substring_copy_to_cesu8_buffer()
1138 ecma_substring_copy_to_utf8_buffer (const ecma_string_t *string_desc_p, /**< ecma-string descriptor… in ecma_substring_copy_to_utf8_buffer()
[all …]
Decma-globals.h1542 #define ECMA_STRING_GET_CONTAINER(string_desc_p) \ argument
1548 #define ECMA_STRING_IS_REF_EQUALS_TO_ONE(string_desc_p) \ argument
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-symbol-object.c129 ecma_string_t *string_desc_p = ecma_get_symbol_description (symbol_p); in ecma_get_symbol_descriptive_string() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c201 ecma_string_t *string_desc_p = ecma_op_to_string (key); in ecma_builtin_symbol_for() local