Searched refs:testParseFloat (Results 1 – 2 of 2) sorted by relevance
37 function testParseFloat(a : any, shouldThrow = 0): any function84 valueTest(testParseFloat)201 test(testParseFloat(obj));215 test(testParseFloat(obj));230 test(testParseFloat(obj, 1));241 test(testParseFloat(obj, 2));258 test(testParseFloat("1"));
37 function testParseFloat(a : any, shouldThrow = 0): any function78 let negZero = testParseFloat(-0.0 as any);89 test(testParseFloat(-2.01));