Remove lexer_process_char_literal function. (#3474)

Add a test for using large literals.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2020-01-06 10:13:05 +01:00
committed by GitHub
parent e21e4a18ba
commit dc15944ebd
4 changed files with 148 additions and 124 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ parser_free_local (void *ptr, /**< pointer to free */
/**
* Free the dynamically allocated buffer stored in the context
*/
void
inline void JERRY_ATTR_ALWAYS_INLINE
parser_free_allocated_buffer (parser_context_t *context_p) /**< context */
{
if (context_p->u.allocated_buffer_p != NULL)