Home
last modified time | relevance | path

Searched refs:layoutHandle (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp5071 JSHandle<LayoutInfo> layoutHandle = CreateLayoutInfo(propertyCount); in CreateLargeJSObjectWithProperties() local
5088 LayoutInfo *layout = LayoutInfo::Cast(layoutHandle.GetTaggedValue().GetTaggedObject()); in CreateLargeJSObjectWithProperties()
5094 hClassHandle->SetLayout(thread_, layoutHandle); in CreateLargeJSObjectWithProperties()
5178 JSHandle<LayoutInfo> layoutHandle = CreateLayoutInfo(propertyCount); in CreateLargeJSObjectWithNamedProperties() local
5191 LayoutInfo *layout = LayoutInfo::Cast(layoutHandle.GetTaggedValue().GetTaggedObject()); in CreateLargeJSObjectWithNamedProperties()
5197 hClassHandle->SetLayout(thread_, layoutHandle); in CreateLargeJSObjectWithNamedProperties()

Completed in 10 milliseconds