HomeWildfire Games

Fix JS OOM in tests following rP24180

Description

Fix JS OOM in tests following rP24180

rP24180 made ScriptInterface not recreate a new JSContext since it becomes a compartment wrapper, but that means we need to GC tests or they might OOM.

To make it mostly seamless, GC on any test setup. The JS tests are pretty close to the 16Mb limit as it stands so GC them manually too, for good measure.

Refs #4893

Differential Revision: https://code.wildfiregames.com/D3101