HomeSort by relevance Sort by last modified time
    Searched defs:is_generator (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
util.py 28 "is_generator",
306 def is_generator(obj): function
  /external/v8/src/parsing/
preparser.cc 395 const bool is_generator = flags & ParseFunctionFlags::kIsGenerator; local
397 DCHECK(!is_generator || !is_async);
413 is_generator ? FunctionKind::kGeneratorFunction
    [all...]
parser-base.h 368 bool is_generator() const { return IsGeneratorFunction(kind_); } function in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase::BASE_EMBEDDED
370 bool is_resumable() const { return is_generator() || is_async_function(); }
792 bool is_generator() const { return function_state_->is_generator(); } function in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase
1886 bool is_generator = Check(Token::MUL); local
2999 bool is_generator = Check(Token::MUL); local
3626 const bool is_generator = IsGeneratorMethod(method_type); local
    [all...]
parser.cc 1581 bool is_generator = Check(Token::MUL); local
2176 const bool is_generator = flags & ParseFunctionFlags::kIsGenerator; local
4171 bool is_generator = IsGeneratorFunction(kind); local
    [all...]

Completed in 108 milliseconds