Searched refs:PARSER_ERR_OUT_OF_MEMORY (Results 1 – 6 of 6) sorted by relevance
38 PARSER_ERR_OUT_OF_MEMORY, /**< out of memory */ enumerator
47 parser_raise_error (context_p, PARSER_ERR_OUT_OF_MEMORY); in parser_malloc()77 parser_raise_error (context_p, PARSER_ERR_OUT_OF_MEMORY); in parser_malloc_local()
3178 if (JERRY_UNLIKELY (context_p->error != PARSER_ERR_OUT_OF_MEMORY)) in scanner_scan_all()3204 JERRY_ASSERT (context_p->error == PARSER_ERR_OUT_OF_MEMORY); in scanner_scan_all()3209 …Y_ASSERT (context_p->error == PARSER_ERR_NO_ERROR || context_p->error == PARSER_ERR_OUT_OF_MEMORY); in scanner_scan_all()3211 if (context_p->error == PARSER_ERR_OUT_OF_MEMORY) in scanner_scan_all()
809 case PARSER_ERR_OUT_OF_MEMORY: in parser_error_to_string()
2101 JERRY_ASSERT (context.error == PARSER_ERR_OUT_OF_MEMORY); in parser_parse_source()2730 if (parser_error.error == PARSER_ERR_OUT_OF_MEMORY) in parser_parse_script()
108 context_p->error = PARSER_ERR_OUT_OF_MEMORY; in scanner_malloc()