Lines Matching refs:state
31 if (map.has(v.state)) {
32 let sv = map.get(v.state);
34 sv!.state = v.state + ' : ' + sv!.value.toFixed(7) + 'ms';
38 sv.state = v.state + ' : ' + sv.value.toFixed(7) + 'ms';
40 map.set(v.state, sv);
82 getStateWidth(state: string): number {
86 let metrics = context!.measureText(state);
93 bar.setAttribute('need-width', this.getStateWidth(sv.state) + '');
95 bar.textContent = sv.state;
96 if (sv.state.startsWith('Sleeping')) {
125 state: string = ''; property in StackValue