Home | History | Annotate | Download | only in src

Lines Matching full:callee

473 void CallICBase::ReceiverToObjectIfRequired(Handle<Object> callee,
475 while (callee->IsJSFunctionProxy()) {
476 callee = Handle<Object>(JSFunctionProxy::cast(*callee)->call_trap());
479 if (callee->IsJSFunction()) {
480 Handle<JSFunction> function = Handle<JSFunction>::cast(callee);
557 // Make receiver an object if the callee requires it. Strict mode or builtin
789 // Make receiver an object if the callee requires it. Strict mode or builtin