(el)
| 1189 | }; |
| 1190 | |
| 1191 | let _getSearchableNodeText = function (el) { |
| 1192 | let selected = $(el); |
| 1193 | let directText = _getDirectNodeText(selected); |
| 1194 | let path = _getJsonPathForElement(selected, 'javascript'); |
| 1195 | return (path + ' ' + directText).toLowerCase(); |
| 1196 | }; |
| 1197 | |
| 1198 | let _getSearchResultState = function () { |
| 1199 | return { |
no test coverage detected