Searched refs:kIsAsync (Results 1 – 1 of 1) sorted by relevance
43 kIsAsync = 2, enumerator4053 const bool is_async = flags & ParseFunctionFlags::kIsAsync; in ParseHoistableDeclaration()4190 ParseFunctionFlags flags = ParseFunctionFlags::kIsAsync; in ParseAsyncFunctionDeclaration()4637 const bool kIsAsync = true; in ParseAsyncFunctionLiteral() local4638 const FunctionKind kind = FunctionKindFor(is_generator, kIsAsync); in ParseAsyncFunctionLiteral()