Home
last modified time | relevance | path

Searched refs:GetNextNonInlinedPropsIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp157 EXPECT_EQ(cloneClass->GetNextNonInlinedPropsIndex(), 0); // 0 : 0 mean index in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h517 …t nonInlinedProps = static_cast<uint32_t>(objHandle->GetJSHClass()->GetNextNonInlinedPropsIndex()); in AddPropertyByName()
Djs_hclass.h1575 inline int32_t GetNextNonInlinedPropsIndex() const in GetNextNonInlinedPropsIndex() function