Searched refs:GetModuleSerializeArray (Results 1 – 2 of 2) sorted by relevance
78 static JSHandle<TaggedArray> GetModuleSerializeArray(JSThread *thread);
78 JSHandle<TaggedArray> ModuleSnapshot::GetModuleSerializeArray(JSThread *thread) in GetModuleSerializeArray() function in panda::ecmascript::ModuleSnapshot134 JSHandle<TaggedArray> serializeArray = GetModuleSerializeArray(thread); in GetSerializeData()