Home | History | Annotate | Download | only in src

Lines Matching refs:dictionary

689     // dictionary.  Check whether we already have the string in the string
1684 // Allocate a dictionary object for backing storage.
1686 Handle<GlobalDictionary> dictionary =
1690 // Fill these accessors into the dictionary.
1701 // |dictionary| already contains enough space for all properties.
1702 USE(GlobalDictionary::Add(dictionary, name, cell, d));
1707 isolate()->heap()->InitializeJSObjectFromMap(*global, *dictionary, *map);
1715 global->set_properties(*dictionary);
1717 // Make sure result is a global object with properties in dictionary.