Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp269 GateRef propAttr = GetPropAttrFromLayoutInfo(layout, attrIndex); in UpdatePropAttrIC() local
270 GateRef attr = GetInt32OfTInt(propAttr); in UpdatePropAttrIC()
Dstub_builder.h442 GateRef JSObjectGetProperty(GateRef obj, GateRef hClass, GateRef propAttr);
Dstub_builder.cpp2464 GateRef propAttr = GetPropAttrFromLayoutInfo(layOutInfo, entryA); in GetPropertyByName() local
2465 GateRef attr = GetInt32OfTInt(propAttr); in GetPropertyByName()
2966 GateRef propAttr = GetPropAttrFromLayoutInfo(layOutInfo, entry); in SetPropertyByName() local
2967 GateRef attr = GetInt32OfTInt(propAttr); in SetPropertyByName()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp199 PropertyAttributes propAttr(attr); in SetCapacity() local
200 if (propAttr.IsConfigurable()) { in SetCapacity()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp247 PropertyAttributes propAttr(attr.GetInt()); in DEF_RUNTIME_STUBS() local
252 … PutIfAbsent(thread, dictHandle, keyHandle, valueHandle, propAttr).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
256 … PutIfAbsent(thread, dictHandle, keyHandle, valueHandle, propAttr).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()