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