Home
last modified time | relevance | path

Searched refs:parser_malloc_local (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-mem.c68 parser_malloc_local (parser_context_t *context_p, /**< context */ in parser_malloc_local() function
Djs-parser-internal.h592 void *parser_malloc_local (parser_context_t *context_p, size_t size);
Djs-lexer.c2112 … context_p->u.allocated_buffer_p = (uint8_t *) parser_malloc_local (context_p, literal_p->length); in lexer_convert_literal_to_chars()