(obj)
| 8356 | } |
| 8357 | |
| 8358 | function isEmpty(obj) { |
| 8359 | for (var n in obj) if (obj.hasOwnProperty(n) && obj[n]) return false; |
| 8360 | return true; |
| 8361 | } |
| 8362 | |
| 8363 | // Extending unicode characters. A series of a non-extending char + |
| 8364 | // any number of extending chars is treated as a single unit as far |
no outgoing calls
no test coverage detected