Searched refs:ITERATOR (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.h | 36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; member in panda::es2panda::panda::es2panda::compiler::DynamicContextType 133 return DynamicContextType::ITERATOR; 163 return DynamicContextType::ITERATOR;
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | dynamicContext.h | 36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY, TRAP }; member in ark::es2panda::ark::es2panda::compiler::DynamicContextType 147 return DynamicContextType::ITERATOR;
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
H A D | global_ts_type_ref.h | 69 ITERATOR
|
H A D | builtin_type_id.h | 83 V(ITERATOR) \
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | enum_conversion.h | 69 case BuiltinTypeId::ITERATOR: in ToGlobelEnvPrototypeField()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_bytecode_lowering.cpp | 1142 protoField = ToGlobelEnvPrototypeField(BuiltinTypeId::ITERATOR); in TryLowerTypedLdObjByNameForBuiltinMethod()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins.cpp | 1864 thread_->SetInitialBuiltinHClass(BuiltinTypeId::ITERATOR, nullptr, in InitializeIterator()
|
Completed in 14 milliseconds