Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc774 receiver->RequireSlowElements(*dictionary); in TransitionToAccessorPair()
Delements.cc1574 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()
Dobjects.h2559 void RequireSlowElements(NumberDictionary* dictionary);
Dobjects.cc6613 void JSObject::RequireSlowElements(NumberDictionary* dictionary) { in RequireSlowElements() function in v8::internal::JSObject
8532 object->RequireSlowElements(*dictionary); in PreventExtensions()
8779 object->RequireSlowElements(*dictionary); in PreventExtensionsWithTransition()
17911 dictionary_holder->RequireSlowElements(this); in UpdateMaxNumberKey()