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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user