Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c48 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_add_async_literal() local
52 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_async_literal()
56 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_add_async_literal()
299 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_check_async_function() local
302 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_check_async_function()
306 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_check_async_function()
Djs-scanner.c1864 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_scan_statement() local
1867 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_scan_statement()
1871 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_scan_statement()
2221 lexer_lit_location_t *lit_location_p = scanner_add_literal (context_p, scanner_context_p); in scanner_scan_statement_end() local
2222 lit_location_p->type |= SCANNER_LITERAL_IS_LOCAL; in scanner_scan_statement_end()
Djs-scanner-util.c1193 lexer_lit_location_t *lit_location_p = scanner_add_custom_literal (context_p, in scanner_add_reference() local
1197 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_reference()
1202 lit_location_p->type |= SCANNER_LITERAL_NO_REG; in scanner_add_reference()
Djs-parser-internal.h707 …_construct_literal_object (parser_context_t *context_p, const lexer_lit_location_t *lit_location_p,
Djs-lexer.c2340 const lexer_lit_location_t *lit_location_p, /**< literal location */ in lexer_construct_literal_object() argument
2346 lit_location_p, in lexer_construct_literal_object()
2350 size_t length = lit_location_p->length; in lexer_construct_literal_object()