Searched refs:ECMA_STRING_IS_STATIC (Results 1 – 2 of 2) sorted by relevance
766 if (ECMA_STRING_IS_STATIC (string_p)) in ecma_ref_ecma_string()800 if (ECMA_STRING_IS_STATIC (string_p)) in ecma_deref_ecma_string()827 …JERRY_ASSERT ((string_p->refs_and_container < ECMA_STRING_REF_ONE) || ECMA_STRING_IS_STATIC (strin… in ecma_destroy_ecma_string()
1536 #define ECMA_STRING_IS_STATIC(string_p) \ macro