Jonas Jenwald af636aae96 Add a parameter to the isName function that enables checking not just that something is a Name, but also that the actual name properties matches
This is similar to the existing `isCmd` and `isDict` functions, which already support similar kind of checks.
With the updated `isName` function, we'll be able to simplify many callsites from: `isName(someVariable) && someVariable.name === 'someName'` to: `isName(someVariable, 'someName')`.
2016-08-10 11:15:03 +02:00
..
2016-03-29 09:34:13 -05:00
2016-03-29 09:34:13 -05:00
2016-03-29 09:34:13 -05:00
2016-03-29 09:34:13 -05:00
2016-04-28 06:57:24 -05:00