Home | History | Annotate | Download | only in builtins

Lines Matching refs:if_notcallable

385   Label exit(this), if_notcallable(this, Label::kDeferred);
386 GotoIf(TaggedIsSmi(add_func), &if_notcallable);
387 GotoIfNot(IsCallable(CAST(add_func)), &if_notcallable);
390 BIND(&if_notcallable);