mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2025-03-01 16:59:12 +00:00
!3798 Modifying Code Alarms
Merge pull request !3798 from hwx1163501/master
This commit is contained in:
commit
b359990a1c
@ -38,7 +38,7 @@ VTable::Tuple VTable::CreateTuple(const JSThread *thread, JSTaggedValue phc,
|
||||
uint32_t propsNumber = phcPoint->NumberOfProps();
|
||||
int entry = layoutInfo->FindElementWithCache(thread, phcPoint, name.GetTaggedValue(), propsNumber);
|
||||
ASSERT(entry != -1);
|
||||
uint32_t offsetInt = phcPoint->GetInlinedPropertiesOffset(entry);
|
||||
uint32_t offsetInt = phcPoint->GetInlinedPropertiesOffset(static_cast<uint32_t>(entry));
|
||||
JSHandle<JSTaggedValue> offset(thread, JSTaggedValue(offsetInt));
|
||||
|
||||
CVector<JSHandle<JSTaggedValue>> vec {name, type, owner, offset};
|
||||
|
Loading…
x
Reference in New Issue
Block a user