Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dliteral-objects.cc170 void AddToDictionaryTemplate(Isolate* isolate, Handle<Dictionary> dictionary, in AddToDictionaryTemplate() function
363 AddToDictionaryTemplate(isolate, properties_dictionary_template_, name, in AddNamedProperty()
376 AddToDictionaryTemplate(isolate, elements_dictionary_template_, element, in AddIndexedProperty()
423 AddToDictionaryTemplate(isolate, dictionary, name, key_index, value_kind, in AddToPropertiesTemplate()
430 AddToDictionaryTemplate(isolate, dictionary, key, key_index, value_kind, in AddToElementsTemplate()