Home
last modified time | relevance | path

Searched refs:NextInternalSlowpath (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_for_in_iterator.cpp102 return NextInternalSlowpath(thread, it); in NextInternal()
105 JSTaggedValue JSForInIterator::NextInternalSlowpath(JSThread *thread, const JSHandle<JSForInIterator> &it) in NextInternalSlowpath() function in panda::ecmascript::JSForInIterator
H A Djs_for_in_iterator.h31 static JSTaggedValue NextInternalSlowpath(JSThread *thread, const JSHandle<JSForInIterator> &it);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1054 JSTaggedValue res = JSForInIterator::NextInternalSlowpath(thread, JSHandle<JSForInIterator>::Cast(iter)); in DEF_RUNTIME_STUBS()

Completed in 10 milliseconds