Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.ts50 if (!this.dataCache.jsCallChain || this.dataCache.jsCallChain.length === 0) {
51 this.dataCache.jsCallChain = convertJSON(msg.params.list) || [];
72 if (!this.dataCache.jsCallChain || this.dataCache.jsCallChain.length === 0) {
205 for (const item of this.dataCache.jsCallChain!) {
DProcedureLogicWorkerCommon.ts627 public jsCallChain: Array<JsProfilerSymbol> | undefined;
657 if (this.jsCallChain) {
658 this.jsCallChain.length = 0;
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DArkTsReceiver.ts24 const jsCallChain: Array<any> = []; constant
89 if (!dataCache.jsCallChain || dataCache.jsCallChain.length === 0) {
90 dataCache.jsCallChain = res;
110 for (const data of dataCache.jsCallChain!) {
333 if (jsCallChain) {
334 dataCache.jsCallChain!.length = 0;