Home
last modified time | relevance | path

Searched refs:ecma_compare_ecma_string_to_magic_id (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.c334 if (ecma_compare_ecma_string_to_magic_id (current_export_name_p, LIT_MAGIC_STRING_DEFAULT)) in ecma_module_resolve_export()
415 if (ecma_compare_ecma_string_to_magic_id (current_export_name_p, LIT_MAGIC_STRING_DEFAULT)) in ecma_module_resolve_export()
526 if (ecma_compare_ecma_string_to_magic_id (export_name_p, LIT_MAGIC_STRING_DEFAULT) in ecma_module_namespace_object_add_export_if_needed()
739 const bool is_namespace_import = ecma_compare_ecma_string_to_magic_id (import_names_p->imex_name_p, in ecma_module_connect_imports()
H A Decma-helpers-string.c1528 ecma_compare_ecma_string_to_magic_id (const ecma_string_t *string_p, /**< property name */ in ecma_compare_ecma_string_to_magic_id() function
1532 } /* ecma_compare_ecma_string_to_magic_id */ in ecma_compare_ecma_string_to_magic_id()
1543 return ecma_compare_ecma_string_to_magic_id (string_p, LIT_MAGIC_STRING__EMPTY); in ecma_string_is_empty()
1555 return ecma_compare_ecma_string_to_magic_id (string_p, LIT_MAGIC_STRING_LENGTH); in ecma_string_is_length()
H A Decma-helpers.h347 bool ecma_compare_ecma_string_to_magic_id (const ecma_string_t *string_p, lit_magic_string_id_t id);
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c1391 if (ecma_compare_ecma_string_to_magic_id (property_name_p, LIT_MAGIC_STRING_LENGTH)) in ecma_op_function_try_to_lazy_instantiate_property()
1425 if (ecma_compare_ecma_string_to_magic_id (property_name_p, LIT_MAGIC_STRING_PROTOTYPE) in ecma_op_function_try_to_lazy_instantiate_property()
1431 if (ecma_compare_ecma_string_to_magic_id (property_name_p, LIT_MAGIC_STRING_CALLER) in ecma_op_function_try_to_lazy_instantiate_property()
1432 || ecma_compare_ecma_string_to_magic_id (property_name_p, LIT_MAGIC_STRING_ARGUMENTS)) in ecma_op_function_try_to_lazy_instantiate_property()
1486 if (ecma_compare_ecma_string_to_magic_id (property_name_p, LIT_MAGIC_STRING_PROTOTYPE)) in ecma_op_external_function_try_to_lazy_instantiate_property()
1567 if (ecma_compare_ecma_string_to_magic_id (property_name_p, LIT_MAGIC_STRING_CALLER) in ecma_op_bound_function_try_to_lazy_instantiate_property()
1568 || ecma_compare_ecma_string_to_magic_id (property_name_p, LIT_MAGIC_STRING_ARGUMENTS)) in ecma_op_bound_function_try_to_lazy_instantiate_property()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c889 const bool has_gap = !ecma_compare_ecma_string_to_magic_id (context_p->gap_str_p, LIT_MAGIC_STRING__EMPTY); in ecma_builtin_json_serialize_object()
1027 const bool has_gap = !ecma_compare_ecma_string_to_magic_id (context_p->gap_str_p, LIT_MAGIC_STRING__EMPTY); in ecma_builtin_json_serialize_array()
1334 if (!ecma_compare_ecma_string_to_magic_id (context_p->gap_str_p, LIT_MAGIC_STRING__EMPTY)) in ecma_builtin_json_str_helper()
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c1798 if (JERRY_UNLIKELY (ecma_compare_ecma_string_to_magic_id (prop_name_p, LIT_MAGIC_STRING_PROTOTYPE)) in vm_loop()
1873 if (JERRY_UNLIKELY (ecma_compare_ecma_string_to_magic_id (prop_name_p, LIT_MAGIC_STRING_PROTOTYPE)) in vm_loop()

Completed in 15 milliseconds