Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner.c501 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_ in scanner_scan_primary_expression_end()
[all...]
H A Djs-scanner.h85 } scanner_location_info_t; typedef
H A Djs-parser-statm.c1052 scanner_set_location (context_p, &((scanner_location_info_t *) context_p->next_scanner_info_p)->location); 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)->location); 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)->location); in parser_parse_case_statement()
2098 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_parse_case_statement()
H A Djs-parser-expr.c1749 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)->location); in parser_pattern_get_target()
2737 scanner_release_next (context_p, sizeof (scanner_location_info_t)); in parser_pattern_get_target()
H A Djs-scanner-util.c1636 size = sizeof (scanner_location_info_t); in scanner_cleanup()

Completed in 12 milliseconds