| 456 | #if REACT_NATIVE_MINOR_VERSION >= 75 || \ |
| 457 | (REACT_NATIVE_MINOR_VERSION >= 74 && REACT_NATIVE_PATCH_VERSION >= 3) |
| 458 | void V8Runtime::queueMicrotask(const jsi::Function &callback) { |
| 459 | // TODO: add this when we revisit new architecture support |
| 460 | } |
| 461 | #endif // REACT_NATIVE_MINOR_VERSION >= 75 || (REACT_NATIVE_MINOR_VERSION >= 74 |
| 462 | // && REACT_NATIVE_PATCH_VERSION >= 3 |
| 463 |
nothing calls this directly
no outgoing calls
no test coverage detected