(ch, moveInStorageOrder)
| 6908 | |
| 6909 | var searchInVisualLine = function (partPos, dir, wrappedLineExtent) { |
| 6910 | var getRes = function (ch, moveInStorageOrder) { return moveInStorageOrder |
| 6911 | ? new Pos(start.line, mv(ch, 1), "before") |
| 6912 | : new Pos(start.line, ch, "after"); }; |
| 6913 | |
| 6914 | for (; partPos >= 0 && partPos < bidi.length; partPos += dir) { |
| 6915 | var part = bidi[partPos]; |
no test coverage detected