(value, test)
| 231 | } |
| 232 | |
| 233 | function is(value, test) { |
| 234 | if (test instanceof RegExp) return test.test(value); |
| 235 | if (test instanceof Object) return test.propertyIsEnumerable(value); |
| 236 | } |
| 237 | |
| 238 | return { |
| 239 | startState: function () { |
no outgoing calls
no test coverage detected