Searched refs:IsNameDictionary (Results 1 – 4 of 4) sorted by relevance
466 if (properties_template->IsNameDictionary()) { in InitClassPrototype()518 if (properties_template->IsNameDictionary()) { in InitClassConstructor()
1740 TNode<BoolT> IsNameDictionary(SloppyTNode<HeapObject> object);
3683 IsNameDictionary(properties)), in InitializeJSObjectFromMap()5740 TNode<BoolT> CodeStubAssembler::IsNameDictionary( in IsNameDictionary() function in v8::internal::CodeStubAssembler8419 CSA_ASSERT(this, IsNameDictionary(dictionary)); in LoadPropertyFromNameDictionary()
6701 DCHECK(properties->IsNameDictionary()); in SetHashAndUpdateProperties()6717 if (properties->IsNameDictionary()) { in GetIdentityHashHelper()