Home | History | Annotate | Download | only in src

Lines Matching full:callee

7593   Handle<JSFunction> callee = args.at<JSFunction>(0);
7598 isolate->factory()->NewArgumentsObject(callee, argument_count);
7600 int parameter_count = callee->shared()->formal_parameter_count();
7634 Handle<ScopeInfo> scope_info(callee->shared()->scope_info());
7689 JSFunction* callee = JSFunction::cast(args[0]);
7695 isolate->heap()->AllocateArgumentsObject(callee, length);
9206 Handle<Object> callee = args.at<Object>(0);
9213 if (*callee != isolate->global_context()->global_eval_fun() ||
9215 return MakePair(*callee, isolate->heap()->the_hole_value());