Searched refs:RequireSlowElements (Results 1 – 4 of 4) sorted by relevance
774 receiver->RequireSlowElements(*dictionary); in TransitionToAccessorPair()
1574 if (attributes != NONE) object->RequireSlowElements(dictionary); in ReconfigureImpl()1595 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()4051 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()4089 object->RequireSlowElements(*arguments); in ReconfigureImpl()
2559 void RequireSlowElements(NumberDictionary* dictionary);
6613 void JSObject::RequireSlowElements(NumberDictionary* dictionary) { in RequireSlowElements() function in v8::internal::JSObject8532 object->RequireSlowElements(*dictionary); in PreventExtensions()8779 object->RequireSlowElements(*dictionary); in PreventExtensionsWithTransition()17911 dictionary_holder->RequireSlowElements(this); in UpdateMaxNumberKey()