Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/statement/
DforOfStatement.ts28 export enum IteratorType { Normal, Async } enum
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Diterators.h28 enum class IteratorType { SYNC, 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
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.h29 enum class IteratorType; variable