Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_snapshot.h78 static JSHandle<TaggedArray> GetModuleSerializeArray(JSThread *thread);
Dmodule_snapshot.cpp78 JSHandle<TaggedArray> ModuleSnapshot::GetModuleSerializeArray(JSThread *thread) in GetModuleSerializeArray() function in panda::ecmascript::ModuleSnapshot
134 JSHandle<TaggedArray> serializeArray = GetModuleSerializeArray(thread); in GetSerializeData()