Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp1599 auto inlinedPropsLength = hclass->GetInlinedProperties(); in CreateSInlinedLayout() local
1600 if (inlinedPropsLength > index) { in CreateSInlinedLayout()
1601 uint32_t duplicatedSize = (inlinedPropsLength - index) * JSTaggedValue::TaggedTypeSize(); in CreateSInlinedLayout()

Completed in 3 milliseconds