Home
last modified time | relevance | path

Searched refs:IsGlobalDictionary (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.h1741 TNode<BoolT> IsGlobalDictionary(SloppyTNode<HeapObject> object);
Dcode-stub-assembler.cc5745 TNode<BoolT> CodeStubAssembler::IsGlobalDictionary( in IsGlobalDictionary() function in v8::internal::CodeStubAssembler
8434 CSA_ASSERT(this, IsGlobalDictionary(dictionary)); in LoadPropertyFromGlobalDictionary()
Dobjects.cc6721 if (properties->IsGlobalDictionary()) { in GetIdentityHashHelper()