Home
last modified time | relevance | path

Searched refs:ITERATOR (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; enumerator
133 return DynamicContextType::ITERATOR; in Type()
163 return DynamicContextType::ITERATOR; in Type()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h69 ITERATOR enumerator
Dts_manager.h556 return gt.IsRuntimeModule() && (l == static_cast<uint32_t>(TSRuntimeType::ITERATOR)); in IsTSIterator()
Dts_manager.cpp417 …SSERT((runtimeType >= TSRuntimeType::ITERATOR_RESULT) && (runtimeType <= TSRuntimeType::ITERATOR)); in GetOrCreateTSIteratorInstanceType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp993 TSRuntimeType::ITERATOR, elementGt); in InferGetIterator()