Home
last modified time | relevance | path

Searched refs:RuntimeGetPropIterator (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h313 static inline JSTaggedValue RuntimeGetPropIterator(JSThread *thread, const JSHandle<JSTaggedValue> &value);
H A Druntime_stubs-inl.h1476 JSTaggedValue RuntimeStubs::RuntimeGetPropIterator(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeGetPropIterator() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1921 return RuntimeGetPropIterator(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp110 return RuntimeStubs::RuntimeGetPropIterator(thread, objHandle); in GetPropIterator()

Completed in 18 milliseconds