Searched defs:parseInt (Results 1 – 2 of 2) sorted by relevance
43 const kindNum = typeof val === 'string' ? parseInt(val) : val; constant
443 HWTEST_F_L0(BuiltinsNumberTest, parseInt) in HWTEST_F_L0() argument