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

Method queueMicrotask

src/v8runtime/V8Runtime.cpp:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456#if REACT_NATIVE_MINOR_VERSION >= 75 || \
457 (REACT_NATIVE_MINOR_VERSION >= 74 && REACT_NATIVE_PATCH_VERSION >= 3)
458void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected