(s)
| 35 | // array. Adjust if you extend 'symbols' with other |
| 36 | // values. |
| 37 | function isValidSymbolString(s) { |
| 38 | return ["Symbol(66)"].indexOf(s) >= 0; |
| 39 | } |
| 40 | |
| 41 | |
| 42 | // Test different forms of constructor calls, all equivalent. |
no test coverage detected