MCPcopy Create free account
hub / github.com/Tracktion/choc / pumpMessageLoop

Method pumpMessageLoop

choc/javascript/choc_javascript_V8.h:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 }
570
571 void pumpMessageLoop() override
572 {
573 v8::platform::PumpMessageLoop (V8Initialiser::get().platform.get(), isolate);
574 isolate->PerformMicrotaskCheckpoint();
575 }
576
577 //==============================================================================
578 v8::Isolate::CreateParams createParams;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected