Home
last modified time | relevance | path

Searched defs:async_literal (Results 1 – 2 of 2) 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
267 lexer_lit_location_t async_literal = context_p->token.lit_location; in scanner_check_async_function() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs964 let async_literal = if is_async { "async " } else { "" }; in fn_() localVariable