Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c41 lexer_lit_location_t async_literal; in scanner_add_async_literal() local
46 parser_stack_pop (context_p, &async_literal, sizeof (lexer_lit_location_t)); in scanner_add_async_literal()
50 &async_literal); in scanner_add_async_literal()
267 lexer_lit_location_t async_literal = context_p->token.lit_location; in scanner_check_async_function() local
293 parser_stack_push (context_p, &async_literal, sizeof (lexer_lit_location_t)); in scanner_check_async_function()
301 &async_literal); in scanner_check_async_function()