()
| 53 | |
| 54 | |
| 55 | function TestType() { |
| 56 | for (var i in symbols) { |
| 57 | assertEquals("symbol", typeof symbols[i]) |
| 58 | assertTrue(typeof symbols[i] === "symbol") |
| 59 | assertTrue(%SymbolIsPrivate(symbols[i])) |
| 60 | } |
| 61 | } |
| 62 | TestType() |
| 63 | |
| 64 |
no test coverage detected