Home
last modified time | relevance | path

Searched refs:IsGeneratorFunction (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dglobals.h799 inline bool IsGeneratorFunction(FunctionKind kind) { in IsGeneratorFunction() function
Dcontexts.h557 if (IsGeneratorFunction(kind)) { in FunctionMapIndex()
Dpreparser.cc836 function_state.set_is_generator(IsGeneratorFunction(kind)); in ParseFunctionLiteral()
Dcode-stubs.h582 bool is_generator() const { return IsGeneratorFunction(kind()); } in is_generator()
Dfactory.cc1923 if (IsGeneratorFunction(kind)) { in NewSharedFunctionInfo()
Dast.h2426 return IsGeneratorFunction(FunctionKindBits::decode(bitfield_)); in is_generator()
Dparser.cc3453 bool is_generator = IsGeneratorFunction(kind); in ParseFunctionLiteral()
Dhydrogen-instructions.h7486 bool is_generator() const { return IsGeneratorFunction(kind_); } in is_generator()