Searched refs:IsGeneratorFunction (Results 1 – 8 of 8) sorted by relevance
799 inline bool IsGeneratorFunction(FunctionKind kind) { in IsGeneratorFunction() function
557 if (IsGeneratorFunction(kind)) { in FunctionMapIndex()
836 function_state.set_is_generator(IsGeneratorFunction(kind)); in ParseFunctionLiteral()
582 bool is_generator() const { return IsGeneratorFunction(kind()); } in is_generator()
1923 if (IsGeneratorFunction(kind)) { in NewSharedFunctionInfo()
2426 return IsGeneratorFunction(FunctionKindBits::decode(bitfield_)); in is_generator()
3453 bool is_generator = IsGeneratorFunction(kind); in ParseFunctionLiteral()
7486 bool is_generator() const { return IsGeneratorFunction(kind_); } in is_generator()