(token, values)
| 6803 | return value; |
| 6804 | } |
| 6805 | function checkPunctuators(token, values) { |
| 6806 | return token.type === "(punctuator)" && _.contains(values, token.value); |
| 6807 | } |
| 6808 | function destructuringAssignOrJsonValue() { |
| 6809 | |
| 6810 | var block = lookupBlockType(); |
no outgoing calls
no test coverage detected