Home
last modified time | relevance | path

Searched defs:IteratorType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/statement/
DforOfStatement.ts28 export enum IteratorType { Normal, Async } enum
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h29 enum class IteratorType { SYNC, ASYNC }; enum
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.h30 enum class IteratorType; variable