Home | History | Annotate | Download | only in src

Lines Matching full:callee

3591 MaybeObject* Heap::AllocateArgumentsObject(Object* callee, int length) {
3597 bool strict_mode_callee = callee->IsJSFunction() &&
3598 !JSFunction::cast(callee)->shared()->is_classic_mode();
3637 // Set the callee property for non-strict mode arguments object only.
3640 callee);