Skip to content

src: implement v8::Platform::CallDelayedOnWorkerThread

This method is crucial for Runtime.evaluate protocol command with timeout flag. At least Chrome DevTools frontend uses this flag for every execution in console.

Fixes: #22157 (closed)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading