Searched refs:scanner_location_info_t (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-scanner.c | 501 scanner_location_info_t *location_info_p; in scanner_scan_primary_expression_end() 502 location_info_p = (scanner_location_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end() 504 … sizeof (scanner_location_info_t)); in scanner_scan_primary_expression_end() 635 scanner_location_info_t *location_info; in scanner_scan_primary_expression_end() 636 location_info = (scanner_location_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end() 638 … sizeof (scanner_location_info_t)); in scanner_scan_primary_expression_end() 801 scanner_location_info_t *location_info_p; in scanner_scan_primary_expression_end() 802 location_info_p = (scanner_location_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end() 804 … sizeof (scanner_location_info_t)); in scanner_scan_primary_expression_end() 874 scanner_location_info_t *location_info_p; in scanner_scan_primary_expression_end() [all …]
|
D | js-scanner.h | 85 } scanner_location_info_t; typedef
|
D | js-parser-statm.c | 1052 …scanner_set_location (context_p, &((scanner_location_info_t *) context_p->next_scanner_info_p)->lo… in parser_parse_while_statement_start() 1053 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_while_statement_start() 1199 end_location = ((scanner_location_info_t *) context_p->next_scanner_info_p)->location; in parser_parse_for_statement_start() 1201 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_for_statement_start() 1252 …scanner_set_location (context_p, &((scanner_location_info_t *) context_p->next_scanner_info_p)->lo… in parser_parse_for_statement_start() 1253 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_for_statement_start() 1326 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_for_statement_start() 2097 …scanner_set_location (context_p, &((scanner_location_info_t *) context_p->next_scanner_info_p)->lo… in parser_parse_case_statement() 2098 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_case_statement()
|
D | js-parser-expr.c | 1749 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_unary_expression() 1769 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_unary_expression() 2736 …scanner_set_location (context_p, &((scanner_location_info_t *) context_p->next_scanner_info_p)->lo… in parser_pattern_get_target() 2737 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_pattern_get_target()
|
D | js-scanner-util.c | 1636 size = sizeof (scanner_location_info_t); in scanner_cleanup()
|