Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c76 PARSER_STATM_BREAK_TARGET = (1 << 2), /**< break target statement */ enumerator
108 PARSER_STATM_HAS_BLOCK | PARSER_STATM_BREAK_TARGET,
110 PARSER_STATM_HAS_BLOCK | PARSER_STATM_BREAK_TARGET,
112 PARSER_STATM_BREAK_TARGET | PARSER_STATM_CONTINUE_TARGET | PARSER_STATM_SINGLE_STATM,
114 PARSER_STATM_BREAK_TARGET | PARSER_STATM_CONTINUE_TARGET | PARSER_STATM_SINGLE_STATM,
116 PARSER_STATM_BREAK_TARGET | PARSER_STATM_CONTINUE_TARGET | PARSER_STATM_SINGLE_STATM,
118PARSER_STATM_BREAK_TARGET | PARSER_STATM_CONTINUE_TARGET | PARSER_STATM_SINGLE_STATM | PARSER_STAT…
121PARSER_STATM_BREAK_TARGET | PARSER_STATM_CONTINUE_TARGET | PARSER_STATM_SINGLE_STATM | PARSER_STAT…
2186 if (parser_statement_flags[type] & PARSER_STATM_BREAK_TARGET) in parser_parse_break_statement()