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

  /external/v8/src/parsing/
parser-base.h 895 bool parenthesized_formals, bool is_async,
916 if (is_async && !classifier->is_valid_async_arrow_formal_parameters()) {
998 bool is_async; local
1887 bool is_async = false; local
2248 bool is_async = allow_harmony_async_await() && peek() == Token::ASYNC && local
2778 bool is_async = false; local
3627 const bool is_async = IsAsyncMethod(method_type); local
    [all...]
parser.h 538 ZoneList<v8::internal::Statement*>* body, bool is_async, bool* ok);
    [all...]
preparser.cc 396 const bool is_async = flags & ParseFunctionFlags::kIsAsync; local
397 DCHECK(!is_generator || !is_async);
414 : is_async ? FunctionKind::kAsyncFunction
    [all...]
parser.cc 1097 bool is_async = allow_harmony_async_await() && shared_info->is_async(); local
2177 const bool is_async = flags & ParseFunctionFlags::kIsAsync; local
    [all...]
preparser.h 864 bool is_async, bool* ok) {}
    [all...]
  /external/v8/src/
objects-printer.cc 928 } else if (shared()->is_async()) {
    [all...]
factory.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 222 milliseconds