Home
last modified time | relevance | path

Searched refs:IsAsyncFunction (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dglobals.h1134 inline bool IsAsyncFunction(FunctionKind kind) { in IsAsyncFunction() function
1140 return IsGeneratorFunction(kind) || IsAsyncFunction(kind) || IsModule(kind); in IsResumableFunction()
1193 if (IsAsyncFunction(kind)) return false; in IsConstructable()
Dcontexts.h610 if (IsAsyncFunction(kind)) { in FunctionMapIndex()
Dobjects-printer.cc1052 } else if (IsAsyncFunction(shared()->kind())) { in JSFunctionPrint()
Dapi.cc3370 bool Value::IsAsyncFunction() const { in IsAsyncFunction() function in v8::Value
3374 return i::IsAsyncFunction(func->shared()->kind()); in IsAsyncFunction()
Dobjects.cc13313 } else if (IsAsyncFunction(kind)) { in ToString()
13319 } else if (IsAsyncFunction(kind)) { in ToString()
/external/v8/src/ast/
Dast-numbering.cc597 if (IsGeneratorFunction(node->kind()) || IsAsyncFunction(node->kind())) { in Renumber()
Dscopes.cc959 !IsAsyncFunction(function_kind) && in DeclareVariable()
1349 if (IsAsyncFunction(function_kind)) return "async function"; in Header()
/external/v8/src/parsing/
Dparser-base.h424 DCHECK(IsAsyncFunction(kind())); in set_promise_variable()
936 return IsAsyncFunction(function_state_->kind()); in is_async_function()
1634 !IsAsyncFunction(function_kind)) || in ParseIdentifierOrStrictReservedWord()
Dparser.cc914 if (allow_harmony_async_await() && IsAsyncFunction(kind)) { in DoParseFunction()
3232 } else if (IsAsyncFunction(kind)) { in ParseEagerFunctionBody()
3263 if (IsAsyncFunction(kind)) { in ParseEagerFunctionBody()
/external/v8/src/debug/
Ddebug.cc1437 if (!IsAsyncFunction(generator_object->function()->shared()->kind())) return; in RecordAsyncFunction()
/external/v8/include/
Dv8.h2024 bool IsAsyncFunction() const;