MCPcopy Create free account
hub / github.com/Kudo/react-native-v8 / createArrayBuffer

Method createArrayBuffer

src/v8runtime/V8Runtime.cpp:1307–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected