Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/utils/
DCSVFormater.ts179 const ieMatch = agent.match(/rv:([\d.]+)\) like gecko/) || agent.match(/msie ([\d.]+)/); constant
180 if (ieMatch) {
181 type.ie = ieMatch[1];