Searched refs:IsSuperCallReference (Results 1 – 3 of 3) sorted by relevance
850 if (expression()->IsSuperCallReference()) return SUPER_CALL; in GetCallType()
312 bool IsSuperCallReference() const { in IsSuperCallReference() function
3562 if (OnlyLastArgIsSpread(args_list) || function->IsSuperCallReference()) { in SpreadCall()