Previously, during the evaluation of a function call where no argument was provided for a parameter that has a default value, the default value would be taken from the context of the caller, instead of the callee. This commit fixes the behavior by resolving the default value of a parameter in the context of the callee. PR Close #29888