Home
last modified time | relevance | path

Searched refs:numverValue (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DharnessIO.ts363 const numverValue = parseInt(value, 10); constant
364 if (isNaN(numverValue)) {
367 return numverValue;