Searched refs:attrVal (Results 1 – 2 of 2) sorted by relevance
155 auto attrVal = JSObject::Cast(holder)->GetProperty(hclass, attr); in SetPropertyByName() local156 if (attrVal.IsHole()) { in SetPropertyByName()
3003 GateRef attrVal = JSObjectGetProperty(*holder, hclass, attr); in SetPropertyByName() local3005 Branch(TaggedIsHole(attrVal), &attrValIsHole, ¬TS); in SetPropertyByName()