| 1305 | } |
| 1306 | |
| 1307 | jsi::ArrayBuffer V8Runtime::createArrayBuffer( |
| 1308 | std::shared_ptr<jsi::MutableBuffer> buffer) { |
| 1309 | throw std::logic_error("Not implemented"); |
| 1310 | } |
| 1311 | |
| 1312 | size_t V8Runtime::size(const jsi::Array &array) { |
| 1313 | v8::Locker locker(isolate_); |
nothing calls this directly
no outgoing calls
no test coverage detected