Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts140 let tansStr: string; variable
142 tansStr = str.replace(/[\t\r\n]/g, '');
143 parse = JSON.parse(tansStr);
146 tansStr = tansStr!.replace(/[^\x20-\x7E]/g, '?'); //匹配乱码字 符,将其转换为?
147 parse = JSON.parse(tansStr);
149 tansStr = tansStr!.replace(/\\/g, '\\\\');
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerCommon.ts400 parse = JSON.parse(tansStr);