Searched refs:SetLayoutInObjHClass (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 227 JSHandle<JSHClass> childClass = factory->SetLayoutInObjHClass(properties, 3, parentsClass); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 475 JSHandle<JSHClass> SetLayoutInObjHClass(const JSHandle<TaggedArray> &properties, size_t length,
|
| D | object_factory.cpp | 3124 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()
|