(obj)
| 8388 | } |
| 8389 | |
| 8390 | function isEmpty(obj) { |
| 8391 | for (var n in obj) if (obj.hasOwnProperty(n) && obj[n]) return false; |
| 8392 | return true; |
| 8393 | } |
| 8394 | |
| 8395 | // Extending unicode characters. A series of a non-extending char + |
| 8396 | // any number of extending chars is treated as a single unit as far |
no test coverage detected