Searched defs:is_generator (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/local/ | ||
H A D | testsuite_test.py | 55 def is_generator(iterator): function |
/third_party/node/deps/v8/src/parsing/ | ||
H A D | token.h | 233 IsValidIdentifier(Value token, LanguageMode language_mode, bool is_generator, bool disallow_await) IsValidIdentifier() argument |
H A D | parser-base.h | 1055 bool is_generator() const { in is_generator() function in v8::internal::ParseFunctionFlag::ParserBase [all...] |
/third_party/python/Python/ | ||
H A D | symtable.c | 2012 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension() local |
Completed in 11 milliseconds