Asserts that a function parameter exists and is not null or undefined.
The name of the function that the parameter belongs to.
The name of the parameter to check.
The value of the parameter to check.
If the parameter is null or undefined.
Asserts that a function parameter exists and is not null or undefined.