Lines Matching defs:callee
401 Handle<JSObject> NewSloppyArguments(Isolate* isolate, Handle<JSFunction> callee,
403 CHECK(!IsDerivedConstructor(callee->shared().kind()));
404 DCHECK(callee->shared().has_simple_parameters());
406 isolate->factory()->NewArgumentsObject(callee, argument_count);
410 callee->shared().internal_formal_parameter_count_without_receiver();
437 Handle<ScopeInfo> scope_info(callee->shared().scope_info(), isolate);
496 Handle<JSFunction> callee = args.at<JSFunction>(0);
503 return *NewSloppyArguments(isolate, callee, argument_getter, argument_count);
509 Handle<JSFunction> callee = args.at<JSFunction>(0);
516 isolate->factory()->NewArgumentsObject(callee, argument_count);
534 Handle<JSFunction> callee = args.at<JSFunction>(0);
536 callee->shared().internal_formal_parameter_count_without_receiver();