Home
last modified time | relevance | path

Searched refs:GetNextInlinedPropsIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp945 int32_t in_idx = obj->GetJSHClass()->GetNextInlinedPropsIndex(); in HWTEST_F_L0()
1027 int32_t in_idx = obj->GetJSHClass()->GetNextInlinedPropsIndex(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp149 EXPECT_EQ(cloneClass->GetNextInlinedPropsIndex(), 0); // 0 : 0 mean index in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h611 int32_t nextInlinedPropsIndex = objHandle->GetJSHClass()->GetNextInlinedPropsIndex(); in AddPropertyByName()
Djs_hclass.h1685 inline int32_t GetNextInlinedPropsIndex() const in GetNextInlinedPropsIndex() function