Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts762 if (typeof event.stopAsyncEvent === 'function' && syncFlag) {
763 event.stopAsyncEvent();
Dutils.ts1060 stopAsyncEvent(state?: CompileEventState, TIME?: number): void; method