(it, Constructor, name)
| 355 | return it; |
| 356 | } |
| 357 | function assertInstance(it, Constructor, name){ |
| 358 | assert(it instanceof Constructor, name, ": use the 'new' operator!"); |
| 359 | } |
| 360 | |
| 361 | // Property descriptors & Symbol |
| 362 | function descriptor(bitmap, value){ |
no test coverage detected