Home
last modified time | relevance | path

Searched refs:let_literal_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-internal.h374 void scanner_detect_invalid_let (parser_context_t *context_p, lexer_lit_location_t *let_literal_p);
Djs-scanner-util.c1434 lexer_lit_location_t *let_literal_p) /**< let literal */ in scanner_detect_invalid_let() argument
1436 if (let_literal_p->type & (SCANNER_LITERAL_IS_ARG in scanner_detect_invalid_let()
1443 if (let_literal_p->type & SCANNER_LITERAL_IS_FUNC) in scanner_detect_invalid_let()
1445 let_literal_p->type &= (uint8_t) ~SCANNER_LITERAL_IS_FUNC; in scanner_detect_invalid_let()