Constructs from a native array. References the source.
| 4478 | |
| 4479 | // Constructs from a native array. References the source. |
| 4480 | NativeArray(const Element* array, size_t count, RelationToSourceReference) { |
| 4481 | InitRef(array, count); |
| 4482 | } |
| 4483 | |
| 4484 | // Constructs from a native array. Copies the source. |
| 4485 | NativeArray(const Element* array, size_t count, RelationToSourceCopy) { |
nothing calls this directly
no outgoing calls
no test coverage detected