Home
last modified time | relevance | path

Searched refs:location_info_p (Results 1 - 1 of 1) 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() local
502 location_info_p = (scanner_location_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end()
505 location_info_p->info.type = SCANNER_TYPE_WHILE; in scanner_scan_primary_expression_end()
507 scanner_get_location (&location_info_p->location, context_p); in scanner_scan_primary_expression_end()
801 scanner_location_info_t *location_info_p; in scanner_scan_primary_expression_end() local
802 location_info_p = (scanner_location_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end()
805 location_info_p->info.type = SCANNER_TYPE_CASE; in scanner_scan_primary_expression_end()
807 scanner_get_location (&location_info_p->location, context_p); in scanner_scan_primary_expression_end()
874 scanner_location_info_t *location_info_p; in scanner_scan_primary_expression_end() local
875 location_info_p in scanner_scan_primary_expression_end()
3496 scanner_location_info_t *location_info_p = (scanner_location_info_t *) info_p; scanner_scan_all() local
[all...]

Completed in 2 milliseconds