Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.h93 scanner_location_t expression_location; /**< location of expression start */ member
Djs-scanner.c707 scanner_get_location (&for_info_p->expression_location, context_p); in scanner_scan_primary_expression_end()
3413 (int) (for_info_p->expression_location.source_p - source_start_p), in scanner_scan_all()
3414 (int) for_info_p->expression_location.line, in scanner_scan_all()
3415 (int) for_info_p->expression_location.column, in scanner_scan_all()
Djs-parser-statm.c208 scanner_location_t expression_location; /**< expression part */ member
1542 for_statement.expression_location = for_info_p->expression_location; in parser_parse_for_statement_start()
1595 scanner_set_location (context_p, &for_statement.expression_location); in parser_parse_for_statement_end()