Searched refs:stopAsyncEvent (Results 1 – 2 of 2) sorted by relevance
762 if (typeof event.stopAsyncEvent === 'function' && syncFlag) {763 event.stopAsyncEvent();
1060 stopAsyncEvent(state?: CompileEventState, TIME?: number): void; method