Lines Matching refs:elem
831 for (const auto& elem : more_exports) {832 if (elem.second->IsUndefined(isolate)) continue; // Ambiguous export.833 DCHECK(!elem.first->Equals(ReadOnlyRoots(isolate).default_string()));834 DCHECK(elem.second->IsCell());835 exports = ObjectHashTable::Put(exports, elem.first, elem.second);