Searched refs:DECIMAL_NUMBER (Results 1 – 1 of 1) sorted by relevance
6839 var DECIMAL_NUMBER = /^\d+$/; variable6972 if (DECIMAL_NUMBER.test(str)) entity = fromCodePoint$1(parseInt(str, 10));