(token, values)
| 6455 | return value; |
| 6456 | } |
| 6457 | function checkPunctuators(token, values) { |
| 6458 | return token.type === "(punctuator)" && _.contains(values, token.value); |
| 6459 | } |
| 6460 | function destructuringAssignOrJsonValue() { |
| 6461 | |
| 6462 | var block = lookupBlockType(); |
no outgoing calls
no test coverage detected