Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts752 if (typeof event.startAsyncEvent === 'function' && syncFlag) {
753 event.startAsyncEvent();
Dutils.ts1059 startAsyncEvent(time: number): CompileEvent; method