Lines Matching refs:entry
1554 InternalIndex entry = groups->FindEntry(isolate, *key);
1555 if (!entry.is_found()) {
1561 Handle<ArrayList>(ArrayList::cast(groups->ValueAt(entry)), isolate);
1563 groups->SetEntry(entry, *key, *array);
1759 for (InternalIndex entry : groups->IterateEntries()) {
1760 Handle<Name> key = Handle<Name>(Name::cast(groups->KeyAt(entry)), isolate);
1763 Handle<ArrayList>(ArrayList::cast(groups->ValueAt(entry)), isolate);
1821 for (InternalIndex entry : groups->IterateEntries()) {
1822 Handle<Object> key = Handle<Object>(groups->KeyAt(entry), isolate);
1825 Handle<ArrayList>(ArrayList::cast(groups->ValueAt(entry)), isolate);
1830 // 8b. Let entry be the Record { [[Key]]: g.[[Key]], [[Value]]: elements }.
1831 // 8c. Append entry as the last element of map.[[MapData]].