Home | History | Annotate | Download | only in compiler

Lines Matching refs:is_callable

197         DCHECK(type.is_callable());
200 if (type.is_callable()) {
243 DCHECK(!type.is_callable());
254 if (type.is_callable()) return kCallableProxy;