Home
last modified time | relevance | path

Searched refs:switch_info_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner.c769 scanner_switch_info_t *switch_info_p; in scanner_scan_primary_expression_end() local
770 switch_info_p = (scanner_switch_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end()
773 switch_info_p->info.type = SCANNER_TYPE_SWITCH; in scanner_scan_primary_expression_end()
774 switch_info_p->case_p = NULL; in scanner_scan_primary_expression_end()
775 scanner_context_p->active_switch_statement.last_case_p = &switch_info_p->case_p; in scanner_scan_primary_expression_end()

Completed in 4 milliseconds