Lines Matching refs:start
239 'start',
255 this.start = channel(`tracing:${nameOrChannels}:start`);
261 const { start, end, asyncStart, asyncEnd, error } = nameOrChannels;
263 assertChannel(start, 'nameOrChannels.start');
269 this.start = start;
304 const { start, end, error } = this;
306 return start.runStores(context, () => {
322 const { start, end, asyncStart, asyncEnd, error } = this;
341 return start.runStores(context, () => {
360 const { start, end, asyncStart, asyncEnd, error } = this;
388 return start.runStores(context, () => {