Lines Matching defs:swiss_dictionary
3682 Handle<SwissNameDictionary> swiss_dictionary;
3685 swiss_dictionary = handle(object->property_dictionary_swiss(), isolate);
3686 number_of_elements = swiss_dictionary->NumberOfElements();
3700 iteration_length = swiss_dictionary->UsedCapacity();
3713 InternalIndex index(swiss_dictionary->EntryForEnumerationIndex(i));
3714 Object key = swiss_dictionary->KeyAt(index);
3719 kind = swiss_dictionary->DetailsAt(index).kind();
3788 InternalIndex index(swiss_dictionary->EntryForEnumerationIndex(i));
3789 Object key_obj = swiss_dictionary->KeyAt(index);
3795 value = swiss_dictionary->ValueAt(index);
3796 details = swiss_dictionary->DetailsAt(index);