Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc1464 if (attributes != NONE) object->RequireSlowElements(dictionary); in ReconfigureImpl()
1483 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()
3343 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()
3379 object->RequireSlowElements(*arguments); in ReconfigureImpl()
Dlookup.cc541 receiver->RequireSlowElements(*dictionary); in TransitionToAccessorPair()
Dobjects.cc5751 void JSObject::RequireSlowElements(SeededNumberDictionary* dictionary) { in RequireSlowElements() function in v8::internal::JSObject
7500 object->RequireSlowElements(*dictionary); in PreventExtensions()
7746 object->RequireSlowElements(*dictionary); in PreventExtensionsWithTransition()
17897 dictionary_holder->RequireSlowElements(this); in UpdateMaxNumberKey()
Dobjects.h2394 void RequireSlowElements(SeededNumberDictionary* dictionary);