Searched defs:string_desc_p (Results 1 - 4 of 4) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-symbol-object.c | 129 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/ |
| H A D | ecma-builtin-symbol.c | 201 ecma_string_t *string_desc_p = ecma_op_to_string (key); in ecma_builtin_symbol_for() local
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-literal-storage.c | 149 ecma_string_t *string_desc_p = ecma_find_special_string (chars_p,size); in ecma_find_or_create_literal_string() local
|
| H A D | ecma-helpers-string.c | 199 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; ecma_new_ecma_string_from_utf8_buffer() local 278 ecma_long_utf8_string_t *string_desc_p; ecma_new_ecma_string_from_utf8_buffer() local 345 ecma_string_t *string_desc_p = ecma_find_special_string (string_p, string_size); ecma_new_ecma_string_from_utf8() local 374 ecma_utf8_string_t *string_desc_p; ecma_new_nonref_ecma_string_from_utf8() local 384 ecma_ascii_string_t *string_desc_p; ecma_new_nonref_ecma_string_from_utf8() local 393 ecma_long_utf8_string_t *string_desc_p; ecma_new_nonref_ecma_string_from_utf8() local 457 ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (converted_string_length, ecma_new_ecma_string_from_utf8_converted_to_cesu8() local 608 ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (lit_utf8_string_length (str_buf, str_size), ecma_new_ecma_string_from_number() local 719 ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (cesu8_string1_length + cesu8_string2_length, ecma_append_chars_to_string() local 1099 ecma_substring_copy_to_cesu8_buffer(const ecma_string_t *string_desc_p, ecma_length_t start_pos, ecma_length_t end_pos, lit_utf8_byte_t *buffer_p, lit_utf8_size_t buffer_size) ecma_substring_copy_to_cesu8_buffer() argument 1178 ecma_substring_copy_to_utf8_buffer(const ecma_string_t *string_desc_p, ecma_length_t start_pos, ecma_length_t end_pos, lit_utf8_byte_t *buffer_p, lit_utf8_size_t buffer_size) ecma_substring_copy_to_utf8_buffer() argument 1307 ecma_string_to_utf8_bytes(const ecma_string_t *string_desc_p, lit_utf8_byte_t *buffer_p, lit_utf8_size_t buffer_size) ecma_string_to_utf8_bytes() argument [all...] |
Completed in 4 milliseconds