We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ffcef commit 3e9f030Copy full SHA for 3e9f030
src/v8/v8.cc
@@ -706,9 +706,6 @@ void V8::terminate() {
706
auto *store_impl = reinterpret_cast<wasm::StoreImpl *>(store_.get());
707
auto *isolate = store_impl->isolate();
708
isolate->TerminateExecution();
709
- while (isolate->IsExecutionTerminating()) {
710
- std::this_thread::yield();
711
- }
712
}
713
714
std::string V8::getFailMessage(std::string_view function_name, wasm::own<wasm::Trap> trap) {
0 commit comments