Home
last modified time | relevance | path

Searched refs:ExtendLayoutInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp120 …JSHandle<LayoutInfo> newLayoutInfo = factory->ExtendLayoutInfo(layoutInfoHandle, newPropertiesLeng… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp234 factory->ExtendLayoutInfo(layoutInfoHandle, offset)); in SetPropertyOfObjHClass()
272 factory->ExtendLayoutInfo(layoutInfoHandle, offset)); in AddProperty()
Dobject_factory.h375 JSHandle<LayoutInfo> ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int properties);
Dobject_factory.cpp2435 JSHandle<LayoutInfo> ObjectFactory::ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int propertie… in ExtendLayoutInfo() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp350 factory->ExtendLayoutInfo(layoutInfoHandle, offset)); in DEF_RUNTIME_STUBS()