Home
last modified time | relevance | path

Searched refs:GetElementsTransitionMap (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-objects.h629 static Handle<Map> GetElementsTransitionMap(Handle<JSObject> object,
H A Djs-objects.cc3371 Handle<Map> JSObject::GetElementsTransitionMap(Handle<JSObject> object, in GetElementsTransitionMap() function in v8::internal::JSObject
3921 Handle<Map> new_map = JSObject::GetElementsTransitionMap(object, target_kind); in NormalizeElements()
5267 Handle<Map> new_map = GetElementsTransitionMap(object, to_kind); in TransitionElementsKind()
H A Delements.cc920 Handle<Map> new_map = JSObject::GetElementsTransitionMap(object, to_kind);
4918 Handle<Map> new_map = JSObject::GetElementsTransitionMap( in GrowCapacityAndConvertImpl()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc754 Handle<Map> map = JSObject::GetElementsTransitionMap( in ToArray()
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1674 Handle<Map> map = JSObject::GetElementsTransitionMap(block_list_js_array, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2604 JSObject::GetElementsTransitionMap(object, DICTIONARY_ELEMENTS); in NewSlowJSObjectWithPropertiesAndElements()

Completed in 37 milliseconds