HomeSort by relevance Sort by last modified time
    Searched refs:is_async_function (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
parser-base.h 765 if (current == Token::AWAIT && !is_async_function()) {
914 bool is_async_function() const { function in class:v8::internal::ParseFunctionFlags::ParserBase
    [all...]
  /external/python/cpython3/Python/
compile.c 4035 int is_async_function = c->u->u_ste->ste_coroutine; local
    [all...]

Completed in 200 milliseconds