Home
last modified time | relevance | path

Searched refs:LEXER_FLAG_LATE_INIT (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Dcommon.h76 LEXER_FLAG_LATE_INIT = (1 << 3), /**< initialize this variable after the byte code is freed */ enumerator
Djs-parser.c126 literal_p->status_flags |= LEXER_FLAG_LATE_INIT; in parser_compute_indicies()
171 … JERRY_ASSERT ((literal_p->status_flags & ~(LEXER_FLAG_SOURCE_PTR | LEXER_FLAG_LATE_INIT)) == 0); in parser_compute_indicies()
1587 if ((literal_p->status_flags & LEXER_FLAG_LATE_INIT) in parser_post_processing()