Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1194 JSHandle<JSForInIterator> iteratorHandle = JSObject::EnumerateObjectProperties(thread, value); in RuntimeGetPropIterator() local
1196 return iteratorHandle.GetTaggedValue(); in RuntimeGetPropIterator()