[F] isCookieParam
function isCookieParam(program, entity): boolean
Check whether the given entity is a cookie parameter.
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | |
entity | Type |
Returns
boolean
True if the entity is a cookie parameter, false otherwise.