Home
last modified time | relevance | path

Searched refs:kIsAsync (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc396 const bool is_async = flags & ParseFunctionFlags::kIsAsync; in ParseHoistableDeclaration()
428 ParseFunctionFlags flags = ParseFunctionFlags::kIsAsync; in ParseAsyncFunctionDeclaration()
Dparser.cc1635 result = ParseHoistableDeclaration(pos, ParseFunctionFlags::kIsAsync, in ParseExportDefault()
2163 ParseFunctionFlags flags = ParseFunctionFlags::kIsAsync; in ParseAsyncFunctionDeclaration()
2177 const bool is_async = flags & ParseFunctionFlags::kIsAsync; in ParseHoistableDeclaration()
Dparser-base.h37 kIsAsync = 2, enumerator