Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp227 JSHandle<JSHClass> childClass = factory->SetLayoutInObjHClass(properties, 3, parentsClass); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h475 JSHandle<JSHClass> SetLayoutInObjHClass(const JSHandle<TaggedArray> &properties, size_t length,
Dobject_factory.cpp3124 JSHandle<JSHClass> ObjectFactory::SetLayoutInObjHClass(const JSHandle<TaggedArray> &properties, siz… in SetLayoutInObjHClass() function in panda::ecmascript::ObjectFactory
3172 return SetLayoutInObjHClass(properties, length, objHClass); in GetObjectLiteralHClass()
3174 return SetLayoutInObjHClass(properties, length, JSHandle<JSHClass>(thread_, maybeHClass)); in GetObjectLiteralHClass()