Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparser-base.h922 if (scanner()->current_token() == Token::AWAIT && !is_async_function()) { in ExpectSemicolon()
1058 bool is_async_function() const { in is_async_function() function
1068 return is_async_function() || IsModule(function_state_->kind()); in is_await_allowed()
1484 if (is_async_function()) {
1679 DCHECK(!is_async_function()); in ClassifyPropertyIdentifier()
/third_party/python/Python/
Dcompile.c4803 int is_async_function = c->u->u_ste->ste_coroutine; in compiler_comprehension() local
4815 if (is_async_generator && !is_async_function && type != COMP_GENEXP && !top_level_await) { in compiler_comprehension()