Searched refs:ecma_compare_ecma_strings (Results 1 – 14 of 14) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-module.c | 50 if (ecma_compare_ecma_strings (module_names_p->local_name_p, local_name_p)) in parser_module_check_duplicate_import() 65 if (ecma_compare_ecma_strings (module_names_p->local_name_p, local_name_p)) in parser_module_check_duplicate_import() 120 if (ecma_compare_ecma_strings (current_names_p->imex_name_p, export_name_p)) in parser_module_check_duplicate_export() 135 if (ecma_compare_ecma_strings (name_p->imex_name_p, export_name_p)) in parser_module_check_duplicate_export() 151 if (ecma_compare_ecma_strings (name_p->imex_name_p, export_name_p)) in parser_module_check_duplicate_export()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers-json.c | 75 if (ecma_compare_ecma_strings (current_p, string_p)) in ecma_has_string_value_in_collection()
|
D | ecma-builtin-symbol.c | 124 if (ecma_compare_ecma_strings (symbol_desc_p, string_p)) in ecma_builtin_symbol_for_helper()
|
D | ecma-builtin-string-prototype.c | 261 else if (!ecma_compare_ecma_strings (this_string_p, arg_string_p)) in ecma_builtin_string_prototype_object_locale_compare()
|
D | ecma-builtin-array-prototype.c | 1049 else if (!ecma_compare_ecma_strings (lhs_str_p, rhs_str_p)) in ecma_builtin_array_prototype_object_sort_compare_helper()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-comparison.c | 106 bool is_equal = ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_abstract_equality_compare() 254 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_strict_equality_compare()
|
D | ecma-objects.c | 223 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_get_own_property() 577 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_find_own() 1395 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_put_with_receiver() 1849 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_define_own_property() 2309 if (ecma_compare_ecma_strings (index_str_p, current_name_p)) in ecma_op_object_get_property_names() 2394 if (ecma_compare_ecma_strings (name_p, current_name_p)) in ecma_op_object_get_property_names() 2575 if (ecma_compare_ecma_strings (name_p, current_name_p)) in ecma_op_object_get_property_names() 2591 if (ecma_compare_ecma_strings (name_p, current_name_p)) in ecma_op_object_get_property_names()
|
D | ecma-conversion.c | 124 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_same_value()
|
D | ecma-proxy-object.c | 1449 if (ecma_compare_ecma_strings (current_prop_name, unchecked_prop_name)) in ecma_proxy_object_own_property_keys_helper()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-module.c | 110 if (ecma_compare_ecma_strings (path_p, current_p->path_p)) in ecma_module_find_module() 202 && ecma_compare_ecma_strings (current_p->record.name_p, export_name_p)) in ecma_module_resolve_set_insert() 351 if (ecma_compare_ecma_strings (current_export_name_p, export_names_p->imex_name_p)) in ecma_module_resolve_export() 386 if (ecma_compare_ecma_strings (current_export_name_p, export_names_p->imex_name_p)) in ecma_module_resolve_export()
|
D | ecma-literal-storage.c | 162 if (ecma_compare_ecma_strings (string_p, value_p)) in ecma_find_or_create_literal_string()
|
D | ecma-helpers.h | 355 bool ecma_compare_ecma_strings (const ecma_string_t *string1_p, const ecma_string_t *string2_p);
|
D | ecma-helpers-string.c | 1704 ecma_compare_ecma_strings (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings() function 1808 if (ecma_compare_ecma_strings (string1_p, in ecma_compare_ecma_strings_relational()
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-compiler.c | 65 && ecma_compare_ecma_strings (cached_pattern_str_p, pattern_str_p)) in re_cache_lookup()
|