Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h155 auto attrVal = JSObject::Cast(holder)->GetProperty(hclass, attr); in SetPropertyByName() local
156 if (attrVal.IsHole()) { in SetPropertyByName()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3003 GateRef attrVal = JSObjectGetProperty(*holder, hclass, attr); in SetPropertyByName() local
3005 Branch(TaggedIsHole(attrVal), &attrValIsHole, &notTS); in SetPropertyByName()