Home
last modified time | relevance | path

Searched defs:attrVal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h410 auto attrVal = JSObject::Cast(receiverVal)->GetProperty(thread, hclass, attr); in TrySetPropertyByNameThroughCacheAtLocal() local
502 auto attrVal = JSObject::Cast(holder)->GetProperty(thread, hclass, attr); in SetPropertyByName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4193 GateRef attrVal = attr->ReadVariable(); in CallGetterIfAccessor() local
5361 … GateRef attrVal = JSObjectGetPropertyWithRep(glue, *holder, hclass, attr); in SetPropertyByName() local
5684 … GateRef attrVal = JSObjectGetPropertyWithRep(glue, *holder, hclass, attr); in DefinePropertyByName() local