Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c1050 scanner_get_location (&while_statement.condition_location, context_p); in parser_parse_while_statement_start()
1087 scanner_get_location (&location, context_p); in parser_parse_while_statement_end()
1203 scanner_get_location (&start_location, context_p); in parser_parse_for_statement_start()
1216 scanner_get_location (&start_location, context_p); in parser_parse_for_statement_start()
1236 scanner_get_location (&start_location, context_p); in parser_parse_for_statement_start()
1250 scanner_get_location (&start_location, context_p); in parser_parse_for_statement_start()
1290 scanner_get_location (&end_location, context_p); in parser_parse_for_statement_start()
1541 scanner_get_location (&for_statement.condition_location, context_p); in parser_parse_for_statement_start()
1592 scanner_get_location (&location, context_p); in parser_parse_for_statement_end()
1725 scanner_get_location (&start_location, context_p); in parser_parse_switch_statement_start()
[all …]
Djs-scanner.c507 scanner_get_location (&location_info_p->location, context_p); in scanner_scan_primary_expression_end()
650 scanner_get_location (&location_info->location, context_p); in scanner_scan_primary_expression_end()
707 scanner_get_location (&for_info_p->expression_location, context_p); in scanner_scan_primary_expression_end()
738 scanner_get_location (&for_statement.u.for_info_p->end_location, context_p); in scanner_scan_primary_expression_end()
807 scanner_get_location (&location_info_p->location, context_p); in scanner_scan_primary_expression_end()
879 scanner_get_location (&location_info_p->location, context_p); in scanner_scan_primary_expression_end()
1347 scanner_get_location (&case_info_p->location, context_p); in scanner_scan_statement()
Djs-parser-internal.h770 void scanner_get_location (scanner_location_t *location_p, parser_context_t *context_p);
Djs-parser-expr.c2734 scanner_get_location (&start_location, context_p); in parser_pattern_get_target()
2742 scanner_get_location (&(end_marker.location), context_p); in parser_pattern_get_target()
Djs-scanner-util.c2463 scanner_get_location (scanner_location_t *location_p, /**< location */ in scanner_get_location() function