Searched defs:string1_p (Results 1 – 4 of 4) sorted by relevance
| /third_party/jerryscript/jerry-core/vm/ |
| D | opcodes-ecma-arithmetics.c | 142 ecma_string_t *string1_p = ecma_op_to_string (left_value); in opfunc_addition() local
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| D | ecma-helpers-string.c | 643 ecma_append_chars_to_string (ecma_string_t *string1_p, /**< base ecma-string */ in ecma_append_chars_to_string() 754 ecma_concat_ecma_strings (ecma_string_t *string1_p, /**< first ecma-string */ in ecma_concat_ecma_strings() 1697 ecma_compare_ecma_strings_longpath (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings_longpath() 1745 ecma_compare_ecma_strings (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings() 1790 ecma_compare_ecma_strings_longpath_with_literal (const ecma_string_t *string1_p, /**< ecma_string */ in ecma_compare_ecma_strings_longpath_with_literal() 1830 ecma_compare_ecma_strings_with_literal (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings_with_literal() 1882 ecma_compare_ecma_non_direct_strings (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_non_direct_strings() 1932 ecma_compare_ecma_strings_relational (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings_relational()
|
| /third_party/jerryscript/jerry-core/lit/ |
| D | lit-magic-strings.c | 244 lit_is_utf8_string_pair_magic (const lit_utf8_byte_t *string1_p, /**< first utf-8 string */ in lit_is_utf8_string_pair_magic() 353 lit_is_ex_utf8_string_pair_magic (const lit_utf8_byte_t *string1_p, /**< first utf-8 string */ in lit_is_ex_utf8_string_pair_magic()
|
| D | lit-strings.c | 890 bool lit_compare_utf8_strings_relational (const lit_utf8_byte_t *string1_p, /**< utf-8 string */ in lit_compare_utf8_strings_relational()
|