Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc15849 ElementsKind dictionary_kind = DICTIONARY_ELEMENTS; in AddDataElement() local
15852 dictionary_kind = SLOW_SLOPPY_ARGUMENTS_ELEMENTS; in AddDataElement()
15856 kind = dictionary_kind; in AddDataElement()
15862 : dictionary_kind; // Overwrite in case of arguments. in AddDataElement()
15866 kind = dictionary_kind; in AddDataElement()