Searched defs:attrVal (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 410 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/ |
| D | stub_builder.cpp | 4193 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
|