Home | History | Annotate | Download | only in src

Lines Matching full:callee

578 void CallICBase::ReceiverToObjectIfRequired(Handle<Object> callee,
580 while (callee->IsJSFunctionProxy()) {
581 callee = Handle<Object>(JSFunctionProxy::cast(*callee)->call_trap(),
585 if (callee->IsJSFunction()) {
586 Handle<JSFunction> function = Handle<JSFunction>::cast(callee);
670 // Make receiver an object if the callee requires it. Strict mode or builtin
843 // Make receiver an object if the callee requires it. Strict mode or builtin