Searched refs:RequireSlowElements (Results 1 – 4 of 4) sorted by relevance
1464 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()
541 receiver->RequireSlowElements(*dictionary); in TransitionToAccessorPair()
5751 void JSObject::RequireSlowElements(SeededNumberDictionary* dictionary) { in RequireSlowElements() function in v8::internal::JSObject7500 object->RequireSlowElements(*dictionary); in PreventExtensions()7746 object->RequireSlowElements(*dictionary); in PreventExtensionsWithTransition()17897 dictionary_holder->RequireSlowElements(this); in UpdateMaxNumberKey()
2394 void RequireSlowElements(SeededNumberDictionary* dictionary);