js_explicit_resource_management is still a flagged feature in V8. We cannot depend on it in core.
Encountering [await] using in core will segfault if running in an environment without js_shipping features.
> out/Release/node --no-js-explicit-resource-management --eval 'diagnostics_channel.tracingChannel("foo").traceSync(() => {})'
[1] 160425 segmentation fault (core dumped) out/Release/node --no-js-explicit-resource-management --eval
(This only applies to core, not the test suite.)
js_explicit_resource_managementis still a flagged feature in V8. We cannot depend on it in core.Encountering
[await] usingin core will segfault if running in an environment withoutjs_shippingfeatures.(This only applies to core, not the test suite.)
--no-js-shippingin the global test options?