Home | History | Annotate | Download | only in src

Lines Matching full:callee

4469 MaybeObject* Heap::AllocateArgumentsObject(Object* callee, int length) {
4475 bool strict_mode_callee = callee->IsJSFunction() &&
4476 !JSFunction::cast(callee)->shared()->is_classic_mode();
4511 // Set the callee property for non-strict mode arguments object only.
4514 callee);