Searched refs:lit_location_p (Results 1 - 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-scanner-ops.c | 48 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()
|
H A D | js-scanner.c | 1864 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()
|
H A D | js-scanner-util.c | 1193 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()
|
H A D | js-parser-internal.h | 707 void lexer_construct_literal_object (parser_context_t *context_p, const lexer_lit_location_t *lit_location_p,
|
H A D | js-lexer.c | 2340 const lexer_lit_location_t *lit_location_p, /**< literal location */ in lexer_construct_literal_object() 2346 lit_location_p, in lexer_construct_literal_object() 2350 size_t length = lit_location_p->length; in lexer_construct_literal_object() 2339 lexer_construct_literal_object(parser_context_t *context_p, const lexer_lit_location_t *lit_location_p, uint8_t literal_type) lexer_construct_literal_object() argument
|
Completed in 11 milliseconds