Searched defs:string1_p (Results 1 - 4 of 4) sorted by relevance
| /third_party/jerryscript/jerry-core/vm/ |
| H A 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/lit/ |
| H A 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() argument 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() argument
|
| H A 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() argument
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A 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() argument 754 ecma_concat_ecma_strings(ecma_string_t *string1_p, ecma_string_t *string2_p) ecma_concat_ecma_strings() argument 1697 ecma_compare_ecma_strings_longpath(const ecma_string_t *string1_p, const ecma_string_t *string2_p) ecma_compare_ecma_strings_longpath() argument 1745 ecma_compare_ecma_strings(const ecma_string_t *string1_p, const ecma_string_t *string2_p) ecma_compare_ecma_strings() argument 1790 ecma_compare_ecma_strings_longpath_with_literal(const ecma_string_t *string1_p, const ecma_string_t *string2_p, const lit_utf8_byte_t *chars_p) ecma_compare_ecma_strings_longpath_with_literal() argument 1830 ecma_compare_ecma_strings_with_literal(const ecma_string_t *string1_p, const ecma_string_t *string2_p, const lit_utf8_byte_t *chars_p) ecma_compare_ecma_strings_with_literal() argument 1882 ecma_compare_ecma_non_direct_strings(const ecma_string_t *string1_p, const ecma_string_t *string2_p) ecma_compare_ecma_non_direct_strings() argument 1932 ecma_compare_ecma_strings_relational(const ecma_string_t *string1_p, const ecma_string_t *string2_p) ecma_compare_ecma_strings_relational() argument [all...] |
Completed in 6 milliseconds