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