Closed
Description
In
Lines 633 to 640 in 756acd0
The problem is that this code is inside a
#ifdef __POSIX__
section:Line 553 in 756acd0
This seems to be unexpected dead code for Windows.
I found this from a compiler warning: src\node.cc(428,13): warning : unused function 'TrapWebAssemblyOrContinue' [-Wunused-function] [D:\Git\nodejs\node\libnode.vcxproj]