Renaming ERR_MEMORY -> ERR_OUT_OF_MEMORY.

This commit is contained in:
Ruben Ayrapetyan
2014-10-14 14:08:38 +04:00
parent 85ad5f8350
commit c4ba033970
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ opfunc_native_call (opcode_t opdata, /**< operation data */
MEM_HEAP_ALLOC_SHORT_TERM);
if (zt_str_p == NULL)
{
jerry_exit (ERR_MEMORY);
jerry_exit (ERR_OUT_OF_MEMORY);
}
ecma_string_to_zt_string (str_p, zt_str_p, zt_str_size);