Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator-inl.h30 LayoutInfo *objLayout = LayoutInfo::Cast(obj->GetLayout().GetTaggedObject()); in GetElementByKey() local
31 return objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in GetElementByKey()
57 LayoutInfo *objLayout = LayoutInfo::Cast(obj->GetLayout().GetTaggedObject()); in IsLegalElement() local
58 int index = objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in IsLegalElement()
62 PropertyAttributes attr(objLayout->GetAttr(index)); in IsLegalElement()