Constructs from a native array. References the source.
| 7527 | |
| 7528 | // Constructs from a native array. References the source. |
| 7529 | NativeArray(const Element* array, size_t count, RelationToSourceReference) { |
| 7530 | InitRef(array, count); |
| 7531 | } |
| 7532 | |
| 7533 | // Constructs from a native array. Copies the source. |
| 7534 | NativeArray(const Element* array, size_t count, RelationToSourceCopy) { |
nothing calls this directly
no outgoing calls
no test coverage detected