Home
last modified time | relevance | path

Searched refs:allocated_buffer_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-mem.c98 if (context_p->u.allocated_buffer_p != NULL) in parser_free_allocated_buffer()
100 parser_free_local (context_p->u.allocated_buffer_p, in parser_free_allocated_buffer()
102 context_p->u.allocated_buffer_p = NULL; in parser_free_allocated_buffer()
Djs-lexer.c2102 JERRY_ASSERT (context_p->u.allocated_buffer_p == NULL); in lexer_convert_literal_to_chars()
2112 … context_p->u.allocated_buffer_p = (uint8_t *) parser_malloc_local (context_p, literal_p->length); in lexer_convert_literal_to_chars()
2114 destination_start_p = context_p->u.allocated_buffer_p; in lexer_convert_literal_to_chars()
2430 if (context_p->u.allocated_buffer_p != NULL) in lexer_construct_literal_object()
2432 JERRY_ASSERT (char_p == context_p->u.allocated_buffer_p); in lexer_construct_literal_object()
2434 context_p->u.allocated_buffer_p = NULL; in lexer_construct_literal_object()
2450 JERRY_ASSERT (context_p->u.allocated_buffer_p == NULL); in lexer_construct_literal_object()
Djs-parser-internal.h497 void *allocated_buffer_p; /**< dinamically allocated buffer member
Djs-parser.c2123 context.u.allocated_buffer_p = NULL; in parser_parse_source()
2198 JERRY_ASSERT (context.u.allocated_buffer_p == NULL); in parser_parse_source()