Home | History | Annotate | Download | only in src

Lines Matching full:callee

7920   Handle<JSFunction> callee = args.at<JSFunction>(0);
7925 callee, argument_count);
7927 int parameter_count = callee->shared()->formal_parameter_count();
7960 Handle<ScopeInfo> scope_info(callee->shared()->scope_info());
8015 JSFunction* callee = JSFunction::cast(args[0]);
8021 isolate->heap()->AllocateArgumentsObject(callee, length);
9776 Handle<Object> callee = args.at<Object>(0);
9783 if (*callee != isolate->native_context()->global_eval_fun() ||
9785 return MakePair(*callee, isolate->heap()->the_hole_value());