()
| 71 | |
| 72 | |
| 73 | function TestConstructor() { |
| 74 | for (var i in symbols) { |
| 75 | assertSame(Symbol, symbols[i].__proto__.constructor) |
| 76 | assertSame(Symbol, Object(symbols[i]).__proto__.constructor) |
| 77 | } |
| 78 | } |
| 79 | TestConstructor() |
| 80 | |
| 81 |
no test coverage detected