Home
last modified time | relevance | path

Searched refs:LEXER_FUNCTION_LITERAL (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Dcommon.c45 else if ((literal_p->type == LEXER_FUNCTION_LITERAL) in util_free_literal()
91 else if (literal_p->type == LEXER_FUNCTION_LITERAL) in util_print_literal()
Dcommon.h54 LEXER_FUNCTION_LITERAL = 3, /**< function literal */ enumerator
Djs-parser.c102 case LEXER_FUNCTION_LITERAL: in parser_compute_indicies()
176 case LEXER_FUNCTION_LITERAL: in parser_compute_indicies()
257 case LEXER_FUNCTION_LITERAL: in parser_init_literal_pool()
Djs-parser-expr.c624 if (ctor_literal_p->type == LEXER_FUNCTION_LITERAL) in parser_parse_class_literal()
642 ctor_literal_p->type = LEXER_FUNCTION_LITERAL; in parser_parse_class_literal()
1300 context_p->last_cbc.literal_type = LEXER_FUNCTION_LITERAL; in parser_parse_function_expression()
Djs-parser-statm.c816 …ERRY_ASSERT ((literal_p->type == LEXER_UNUSED_LITERAL || literal_p->type == LEXER_FUNCTION_LITERAL) in parser_parse_function_statement()
821 if (literal_p->type == LEXER_FUNCTION_LITERAL) in parser_parse_function_statement()
827 literal_p->type = LEXER_FUNCTION_LITERAL; in parser_parse_function_statement()
Djs-lexer.c2676 literal_p->type = LEXER_FUNCTION_LITERAL; in lexer_construct_function_object()