Searched refs:IsDontEnum (Results 1 – 4 of 4) sorted by relevance
259 bool IsDontEnum() const { return (attributes() & DONT_ENUM) != 0; } in IsDontEnum() function
652 if (details.IsDontEnum()) continue; in SerializeJSObject()
5745 if (!(details.IsDontEnum() || key->IsSymbol())) { in GetEnumPropertyKeys()15200 if (details.IsDeleted() || details.IsDontEnum()) continue; in CopyEnumKeysTo()
2239 if (old_details.IsReadOnly() || old_details.IsDontEnum() || in DeclareGlobals()