| 97 | } |
| 98 | |
| 99 | std::vector<int64_t> DjinniPerfBenchmarkImpl::returnArrayInt(int32_t size) { |
| 100 | return returnListInt(size); |
| 101 | } |
| 102 | |
| 103 | std::vector<std::shared_ptr<ObjectNative>> DjinniPerfBenchmarkImpl::returnListObject(int32_t size) { |
| 104 | static int32_t cachedReturnValueSize; |
nothing calls this directly
no outgoing calls
no test coverage detected