Searched defs:async_literal (Results 1 – 2 of 2) sorted by relevance
41 lexer_lit_location_t async_literal; in scanner_add_async_literal() local267 lexer_lit_location_t async_literal = context_p->token.lit_location; in scanner_check_async_function() local
964 let async_literal = if is_async { "async " } else { "" }; in fn_() localVariable