Searched refs:LEXER_FLAG_SOURCE_PTR (Results 1 – 4 of 4) sorted by relevance
74 LEXER_FLAG_SOURCE_PTR = (1 << 2), /**< the literal is directly referenced in the source code enumerator
40 if (!(literal_p->status_flags & LEXER_FLAG_SOURCE_PTR)) in util_free_literal()
83 else if (!(literal_p->status_flags & LEXER_FLAG_SOURCE_PTR)) in parser_compute_indicies()87 literal_p->status_flags |= LEXER_FLAG_SOURCE_PTR; in parser_compute_indicies()118 if ((literal_p->status_flags & LEXER_FLAG_SOURCE_PTR) in parser_compute_indicies()138 if (!(literal_p->status_flags & LEXER_FLAG_SOURCE_PTR)) in parser_compute_indicies()142 literal_p->status_flags |= LEXER_FLAG_SOURCE_PTR; in parser_compute_indicies()171 … JERRY_ASSERT ((literal_p->status_flags & ~(LEXER_FLAG_SOURCE_PTR | LEXER_FLAG_LATE_INIT)) == 0); in parser_compute_indicies()243 && !(literal_p->status_flags & LEXER_FLAG_SOURCE_PTR)) in parser_init_literal_pool()1571 && !(literal_p->status_flags & LEXER_FLAG_SOURCE_PTR)) in parser_post_processing()
2417 uint8_t status_flags = LEXER_FLAG_SOURCE_PTR; in lexer_construct_literal_object()