jitless nodejs

We know v8 supports JavaScript execution without allocating executable memory at runtime.Is there any way i can use this feature in nodejs ?

I'm working for some benchmarks about wasm. I really need know whether node use jit when run wasm.