(prop)
| 1901 | } |
| 1902 | }; |
| 1903 | function assignIfExisting(prop) { |
| 1904 | if (_ctx[key].hasOwnProperty(prop)) { |
| 1905 | input[prop] = _ctx[key][prop]; |
| 1906 | } |
| 1907 | } |
| 1908 | assignIfExisting('value'); |
| 1909 | assignIfExisting('valueIndex'); |
| 1910 | assignIfExisting('optionIndex'); |
no outgoing calls
no test coverage detected
searching dependent graphs…