blob: bbd36007ecc135c190274c6295b9232adc548cf0 [file] [log] [blame]
function test() {
return typeof String.fromCodePoint === 'function';
}
if (!test())
throw new Error("Test failed");