Lines Matching refs:entry
28 Object entry = get(index);
30 if (entry.IsSmi()) {
31 if (entry != other_entry) return false;
33 if (HeapObject::cast(entry).map().instance_type() !=
37 if (entry.IsString()) {
38 if (!String::cast(entry).Equals(String::cast(other_entry))) {
41 } else if (entry.IsScopeInfo()) {
42 if (!ScopeInfo::cast(entry).Equals(ScopeInfo::cast(other_entry))) {
45 } else if (entry.IsSourceTextModuleInfo()) {
46 if (!SourceTextModuleInfo::cast(entry).Equals(
353 InternalIndex entry = local_names_hashtable->FindEntry(isolate, name);
354 local_index = entry.as_int();
994 InternalIndex entry(saved_class_variable_info());
996 Object name = table.KeyAt(entry);
998 return std::make_pair(String::cast(name), table.IndexAt(entry));
1182 for (auto entry : descr->special_exports()) {
1184 entry->Serialize(isolate);
1195 for (auto entry : descr->namespace_imports()) {
1197 entry->Serialize(isolate);