!10328 Modify FreeObjectSet setType_ from int32 to int8

Merge pull request !10328 from dingwen/setType_br
This commit is contained in:
openharmony_ci 2024-11-22 06:35:28 +00:00 committed by Gitee
commit 81e407aaca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,7 +22,7 @@
#include "ecmascript/mem/jit_fort_memdesc.h"
namespace panda::ecmascript {
using SetType = int32_t;
using SetType = int8_t;
class FreeObject;