Home
last modified time | relevance | path

Searched defs:ITERATOR (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY, TRAP }; enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h69 ITERATOR enumerator
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts44 const ITERATOR = 'iterator'; constant