Home
last modified time | relevance | path

Searched refs:CopyArrayWithMap (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory.h1071 Handle<T> CopyArrayWithMap(Handle<T> src, Handle<Map> map);
Dfactory.cc1984 Handle<PropertyArray> prop = CopyArrayWithMap( in CopyJSObjectWithAllocationSite()
2022 Handle<T> Factory::CopyArrayWithMap(Handle<T> src, Handle<Map> map) { in CopyArrayWithMap() function in v8::internal::Factory
2057 return CopyArrayWithMap(array, map); in CopyFixedArrayWithMap()
2162 return CopyArrayWithMap(array, handle(array->map(), isolate())); in CopyFixedArray()