Home
last modified time | relevance | path

Searched refs:ECMA_STRING_IS_STATIC (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c766 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()
Decma-globals.h1536 #define ECMA_STRING_IS_STATIC(string_p) \ macro