Home
last modified time | relevance | path

Searched refs:raw_storage (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc18011 FixedArray* raw_storage = *storage; in CopyEnumKeysTo() local
18020 int index = Smi::ToInt(raw_storage->get(i)); in CopyEnumKeysTo()
18021 raw_storage->set(i, raw_dictionary->NameAt(index)); in CopyEnumKeysTo()