Searched refs:CopyArrayWithMap (Results 1 – 2 of 2) sorted by relevance
1071 Handle<T> CopyArrayWithMap(Handle<T> src, Handle<Map> map);
1984 Handle<PropertyArray> prop = CopyArrayWithMap( in CopyJSObjectWithAllocationSite()2022 Handle<T> Factory::CopyArrayWithMap(Handle<T> src, Handle<Map> map) { in CopyArrayWithMap() function in v8::internal::Factory2057 return CopyArrayWithMap(array, map); in CopyFixedArrayWithMap()2162 return CopyArrayWithMap(array, handle(array->map(), isolate())); in CopyFixedArray()