Home
last modified time | relevance | path

Searched refs:RequireSlowElements (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Delements.cc1523 if (attributes != NONE) object->RequireSlowElements(dictionary); in ReconfigureImpl()
1547 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()
2694 array->RequireSlowElements(*dictionary); in SetLengthImpl()
2792 array->RequireSlowElements(*dictionary); in SetLengthImpl()
4748 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()
4788 object->RequireSlowElements(*arguments); in ReconfigureImpl()
H A Djs-objects.h659 void RequireSlowElements(NumberDictionary dictionary);
H A Dlookup.cc822 receiver->RequireSlowElements(*dictionary); in TransitionToAccessorPair()
H A Djs-objects.cc3878 void JSObject::RequireSlowElements(NumberDictionary dictionary) { in RequireSlowElements() function in v8::internal::JSObject
4146 object->RequireSlowElements(*dictionary); in PreventExtensions()
4413 object->RequireSlowElements(*dictionary); in PreventExtensionsWithTransition()
H A Dobjects.cc6174 dictionary_holder->RequireSlowElements(*this); in UpdateMaxNumberKey()

Completed in 45 milliseconds