Home
last modified time | relevance | path

Searched refs:ECMA_IS_DIRECT_STRING (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c133 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_get_chars_fast()
238 return (!ECMA_IS_DIRECT_STRING (string_p) in ecma_prop_name_is_symbol()
691 JERRY_ASSERT (!ECMA_IS_DIRECT_STRING (string1_p)); in ecma_append_chars_to_string()
760 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_ref_ecma_string()
794 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_deref_ecma_string()
826 JERRY_ASSERT (!ECMA_IS_DIRECT_STRING (string_p)); in ecma_destroy_ecma_string()
878 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_to_number()
912 if (ECMA_IS_DIRECT_STRING (str_p)) in ecma_string_get_array_index()
952 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_copy_to_cesu8_buffer()
1002 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_copy_to_utf8_buffer()
[all …]
Decma-lcache.c154 if (JERRY_UNLIKELY (ECMA_IS_DIRECT_STRING (prop_name_p))) in ecma_lcache_lookup()
Decma-property-hashmap.c422 if (ECMA_IS_DIRECT_STRING (name_p)) in ecma_property_hashmap_find()
Decma-literal-storage.c136 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_find_or_create_literal_string()
Decma-globals.h1453 #define ECMA_IS_DIRECT_STRING(string_p) \ macro
Decma-helpers.c628 if (ECMA_IS_DIRECT_STRING (name_p)) in ecma_find_named_property()