Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h97PARSE_EXPR_NO_PUSH_RESULT = (1u << 1), /**< do not push the result of the expression onto the… enumerator
Djs-parser-expr.c3291 parser_parse_expression (context_p, options | PARSE_EXPR_NO_PUSH_RESULT); in parser_parse_block_expression()
3312 parser_parse_expression (context_p, options | PARSE_EXPR_NO_PUSH_RESULT); in parser_parse_expression_statement()
3434 if (!(options & PARSE_EXPR_NO_PUSH_RESULT)) in parser_parse_expression()