Searched refs:CreateTSObjLayoutInfo (Results 1 – 4 of 4) sorted by relevance
96 JSHandle<TSObjLayoutInfo> newLayout = factory->CreateTSObjLayoutInfo(numTypes); in MergeClassField()
501 …JSHandle<TSObjLayoutInfo> CreateTSObjLayoutInfo(int propNum, JSTaggedValue initVal = JSTaggedValue…
3242 JSHandle<TSObjLayoutInfo> ObjectFactory::CreateTSObjLayoutInfo(int propNum, JSTaggedValue initVal) in CreateTSObjLayoutInfo() function in panda::ecmascript::ObjectFactory3261 JSHandle<TSObjLayoutInfo> tsPropInfo = CreateTSObjLayoutInfo(numOfKeys); in NewTSObjectType()3423 JSHandle<TSObjLayoutInfo> tsPropInfo = CreateTSObjLayoutInfo(TSObjLayoutInfo::DEFAULT_CAPACITY); in NewTSNamespaceType()
185 JSHandle<TSObjLayoutInfo> indexSignInfo = factory_->CreateTSObjLayoutInfo(length); in ParseIndexSigType()