Home
last modified time | relevance | path

Searched refs:scanner_source_start_t (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner.c496 scanner_source_start_t source_start; in scanner_scan_primary_expression_end()
499 parser_stack_pop (context_p, &source_start, sizeof (scanner_source_start_t)); in scanner_scan_primary_expression_end()
796 scanner_source_start_t source_start; in scanner_scan_primary_expression_end()
799 parser_stack_pop (context_p, &source_start, sizeof (scanner_source_start_t)); in scanner_scan_primary_expression_end()
833 scanner_source_start_t source_start; in scanner_scan_primary_expression_end()
839 parser_stack_pop (context_p, &source_start, sizeof (scanner_source_start_t)); in scanner_scan_primary_expression_end()
1174 scanner_source_start_t source_start; in scanner_scan_statement()
1177 parser_stack_push (context_p, &source_start, sizeof (scanner_source_start_t)); in scanner_scan_statement()
1362 scanner_source_start_t source_start; in scanner_scan_statement()
1365 parser_stack_push (context_p, &source_start, sizeof (scanner_source_start_t)); in scanner_scan_statement()
[all...]
H A Djs-scanner-internal.h147 } scanner_source_start_t; typedef
H A Djs-scanner-util.c1460 scanner_source_start_t source_start; in scanner_push_class_declaration()
1463 parser_stack_push (context_p, &source_start, sizeof (scanner_source_start_t)); in scanner_push_class_declaration()
1481 scanner_source_start_t source_start; in scanner_push_destructuring_pattern()
1484 parser_stack_push (context_p, &source_start, sizeof (scanner_source_start_t)); in scanner_push_destructuring_pattern()

Completed in 6 milliseconds