(value, options)
| 11742 | } |
| 11743 | |
| 11744 | function hasNoMatchingOption(value, options) { |
| 11745 | return options.every(function (o) { |
| 11746 | return !looseEqual(o, value); |
| 11747 | }) |
| 11748 | } |
| 11749 | |
| 11750 | function getValue(option) { |
| 11751 | return '_value' in option |