Searched refs:properties_or_hash (Results 1 – 2 of 2) sorted by relevance
648 Object* properties_or_hash = obj->raw_properties_or_hash(); in JSObjectPrintBody() local649 if (!properties_or_hash->IsSmi()) { in JSObjectPrintBody()650 os << Brief(properties_or_hash); in JSObjectPrintBody()
1729 TNode<Object> properties_or_hash = in LoadJSReceiverIdentityHash() local1732 GotoIf(TaggedIsSmi(properties_or_hash), &if_smi); in LoadJSReceiverIdentityHash()1735 TNode<HeapObject>::UncheckedCast(properties_or_hash); in LoadJSReceiverIdentityHash()1751 var_hash = SmiUntag(TNode<Smi>::UncheckedCast(properties_or_hash)); in LoadJSReceiverIdentityHash()