/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-string.c | 64 ecma_string_to_array_index (const lit_utf8_byte_t *string_p, /**< utf-8 string */ in ecma_string_to_array_index() 130 ecma_string_get_chars_fast (const ecma_string_t *string_p, /**< ecma-string */ in ecma_string_get_chars_fast() 234 ecma_prop_name_is_symbol (ecma_string_t *string_p) /**< ecma-string */ in ecma_prop_name_is_symbol() 297 ecma_find_special_string (const lit_utf8_byte_t *string_p, /**< utf8 string */ in ecma_find_special_string() 339 ecma_new_ecma_string_from_utf8 (const lit_utf8_byte_t *string_p, /**< utf-8 string */ in ecma_new_ecma_string_from_utf8() 370 ecma_new_ecma_string_from_utf8_converted_to_cesu8 (const lit_utf8_byte_t *string_p, /**< utf-8 stri… in ecma_new_ecma_string_from_utf8_converted_to_cesu8() 492 ecma_string_t *string_p = ecma_alloc_string (); in ecma_new_non_direct_string_from_uint32() local 756 ecma_ref_ecma_string (ecma_string_t *string_p) /**< string descriptor */ in ecma_ref_ecma_string() 790 ecma_deref_ecma_string (ecma_string_t *string_p) /**< ecma-string */ in ecma_deref_ecma_string() 823 ecma_destroy_ecma_string (ecma_string_t *string_p) /**< ecma-string */ in ecma_destroy_ecma_string() [all …]
|
D | ecma-literal-storage.c | 43 ecma_string_t *string_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_free_symbol_list() local 72 ecma_string_t *string_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_free_string_list() local 134 ecma_string_t *string_p = ecma_new_ecma_string_from_utf8 (chars_p, size); in ecma_find_or_create_literal_string() local 449 ecma_string_t *string_p = ecma_get_string_from_value (lit_buffer_p[i]); in ecma_save_literals_for_snapshot() local 499 ecma_string_t *string_p = ecma_get_string_from_value (lit_buffer_p[i]); in ecma_save_literals_for_snapshot() local
|
D | ecma-alloc.c | 145 ecma_dealloc_string (ecma_string_t *string_p) /**< string to be freed */ in ecma_dealloc_string() 201 ecma_dealloc_string_buffer (ecma_string_t *string_p, /**< string with data */ in ecma_dealloc_string_buffer()
|
D | ecma-globals.h | 1453 #define ECMA_IS_DIRECT_STRING(string_p) \ argument 1459 #define ECMA_IS_DIRECT_STRING_WITH_TYPE(string_p, type) \ argument 1465 #define ECMA_GET_DIRECT_STRING_TYPE(string_p) \ argument 1476 #define ECMA_DIRECT_STRING_TYPE_TO_PROP_NAME_TYPE(string_p) \ argument 1482 #define ECMA_GET_DIRECT_STRING_VALUE(string_p) \ argument 1530 #define ECMA_SET_STRING_AS_STATIC(string_p) \ argument 1536 #define ECMA_STRING_IS_STATIC(string_p) \ argument 1602 #define ECMA_ASCII_STRING_GET_BUFFER(string_p) \ argument 1608 #define ECMA_UTF8_STRING_GET_BUFFER(string_p) \ argument 1614 #define ECMA_LONG_UTF8_STRING_GET_BUFFER(string_p) \ argument
|
D | ecma-helpers-value.c | 1062 ecma_string_t *string_p = ecma_get_string_from_value (value); in ecma_free_value() local
|
/third_party/jerryscript/jerry-core/debugger/ |
D | debugger.c | 398 const uint8_t *string_p = str_buff; in jerry_debugger_copy_variables_to_string_message() local 609 const lit_utf8_byte_t *string_p = lit_get_magic_string_utf8 (id); in jerry_debugger_send_eval() local 630 ecma_string_t *string_p = ecma_get_string_from_value (message); in jerry_debugger_send_eval() local 751 lit_utf8_byte_t *string_p = (lit_utf8_byte_t *) (uint8_data_p + 1); in jerry_debugger_process_message() local 1334 const uint8_t *string_p, /**< string data */ in jerry_debugger_send_string() 1569 ecma_string_t *string_p = NULL; in jerry_debugger_send_exception_string() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers-json.c | 67 ecma_string_t *string_p) /**< string */ in ecma_has_string_value_in_collection()
|
D | ecma-builtin-string-iterator-prototype.c | 80 ecma_string_t *string_p = ecma_get_string_from_value (iterated_value); in ecma_builtin_string_iterator_prototype_object_next() local
|
D | ecma-builtin-symbol.c | 92 ecma_string_t *string_p; in ecma_builtin_symbol_for_helper() local
|
D | ecma-builtin-json.c | 91 ecma_string_t *string_p; /**< when type is string_token it contains the string */ member 774 ecma_string_t *string_p) /**< string that should be quoted */ in ecma_builtin_json_quote() 1467 ecma_string_t *string_p = ecma_get_string_from_value (item); in ecma_builtin_json_stringify() local
|
D | ecma-builtin-string-prototype.c | 620 ecma_string_t *string_p = ecma_op_to_string (this_value); in ecma_builtin_string_prototype_object_search() local 790 ecma_string_t *string_p = ecma_op_to_string (this_value); in ecma_builtin_string_prototype_object_split() local 1361 ecma_string_t *string_p = ecma_op_to_string (this_arg); in ecma_builtin_string_prototype_dispatch_routine() local
|
D | ecma-builtin-helpers.h | 74 const lit_utf8_byte_t *string_p; /**< source string */ member
|
D | ecma-builtins.c | 640 ecma_string_t *string_p) /**< property's name */ in ecma_builtin_routine_try_to_instantiate_property() 698 ecma_string_t *string_p) /**< property's name */ in ecma_builtin_try_to_instantiate_property()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-get-put-value.c | 145 ecma_string_t *string_p = ecma_get_string_from_value (base_value); in ecma_op_get_value_object_base() local
|
D | ecma-regexp-object.c | 1936 ecma_string_t *const string_p = ecma_op_to_string (string_arg); in ecma_regexp_search_helper() local 2020 ecma_string_t *const string_p = ecma_op_to_string (string_arg); in ecma_regexp_split_helper() local 2505 ecma_string_t *string_p, /**< source string */ in ecma_regexp_replace_helper_fast() 2709 ecma_string_t *string_p = ecma_op_to_string (string_arg); in ecma_regexp_replace_helper() local
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.c | 203 lit_is_utf8_string_magic (const lit_utf8_byte_t *string_p, /**< utf-8 string */ in lit_is_utf8_string_magic() 296 lit_is_ex_utf8_string_magic (const lit_utf8_byte_t *string_p, /**< utf-8 string */ in lit_is_ex_utf8_string_magic()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_file.c | 118 static int snd_pcm_file_append_value(char **string_p, char **index_ch_p, in snd_pcm_file_append_value()
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-lexer.c | 3458 const char *string_p, /**< string */ in lexer_compare_literal_to_string()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry-snapshot.c | 1519 ecma_string_t *string_p) /**< ecma-string */ in jerry_append_ecma_string_to_buffer()
|
D | jerry.c | 4406 jerry_json_parse (const jerry_char_t *string_p, /**< json string */ in jerry_json_parse()
|