blob: 8efc720f6292c04eabebae9f28dca0c300ad756d [file] [log] [blame]
function test() {
return typeof Number.isFinite === 'function';
}
if (!test())
throw new Error("Test failed");