Searched refs:ecma_compare_ecma_string_to_magic_id (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-function-object.c | 1391 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/base/ |
D | ecma-module.c | 334 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() 730 …const bool is_namespace_import = ecma_compare_ecma_string_to_magic_id (import_names_p->imex_name_p, in ecma_module_connect_imports()
|
D | ecma-helpers-string.c | 1488 ecma_compare_ecma_string_to_magic_id (const ecma_string_t *string_p, /**< property name */ in ecma_compare_ecma_string_to_magic_id() function 1503 return ecma_compare_ecma_string_to_magic_id (string_p, LIT_MAGIC_STRING__EMPTY); in ecma_string_is_empty() 1515 return ecma_compare_ecma_string_to_magic_id (string_p, LIT_MAGIC_STRING_LENGTH); in ecma_string_is_length()
|
D | ecma-helpers.h | 344 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/builtin-objects/ |
D | ecma-builtin-json.c | 889 …const bool has_gap = !ecma_compare_ecma_string_to_magic_id (context_p->gap_str_p, LIT_MAGIC_STRING… 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… 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/ |
D | vm.c | 1798 …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()
|