Home
last modified time | relevance | path

Searched refs:ITERATOR (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h36 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 DdynamicContext.h36 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 Dglobal_ts_type_ref.h69 ITERATOR
H A Dbuiltin_type_id.h83 V(ITERATOR) \
/arkcompiler/ets_runtime/ecmascript/
H A Denum_conversion.h69 case BuiltinTypeId::ITERATOR: in ToGlobelEnvPrototypeField()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp1142 protoField = ToGlobelEnvPrototypeField(BuiltinTypeId::ITERATOR); in TryLowerTypedLdObjByNameForBuiltinMethod()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp1864 thread_->SetInitialBuiltinHClass(BuiltinTypeId::ITERATOR, nullptr, in InitializeIterator()

Completed in 14 milliseconds