Home
last modified time | relevance | path

Searched refs:ecma_compare_ecma_strings (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-module.c50 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/
Decma-builtin-helpers-json.c75 if (ecma_compare_ecma_strings (current_p, string_p)) in ecma_has_string_value_in_collection()
Decma-builtin-symbol.c124 if (ecma_compare_ecma_strings (symbol_desc_p, string_p)) in ecma_builtin_symbol_for_helper()
Decma-builtin-string-prototype.c261 else if (!ecma_compare_ecma_strings (this_string_p, arg_string_p)) in ecma_builtin_string_prototype_object_locale_compare()
Decma-builtin-array-prototype.c1049 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/
Decma-comparison.c106 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()
Decma-objects.c223 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()
Decma-conversion.c124 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_same_value()
Decma-proxy-object.c1449 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/
Decma-module.c110 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()
Decma-literal-storage.c162 if (ecma_compare_ecma_strings (string_p, value_p)) in ecma_find_or_create_literal_string()
Decma-helpers.h355 bool ecma_compare_ecma_strings (const ecma_string_t *string1_p, const ecma_string_t *string2_p);
Decma-helpers-string.c1704 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/
Dre-compiler.c65 && ecma_compare_ecma_strings (cached_pattern_str_p, pattern_str_p)) in re_cache_lookup()