Searched refs:raw_source (Results 1 – 1 of 1) sorted by relevance
10269 Handle<FixedArray> raw_source = Handle<FixedArray>::cast(initialize_from); in Allocate() local10272 while (index < raw_source->length()) { in Allocate()10273 result->set(index, raw_source->get(index)); in Allocate()