Hermes (and probably Moddable, QuickJS, etc?) doesn't preserve the source by default since everything is compiled to bytecode in advance. In other words "hide source" is the default. It seems that such implementations are becoming more widespread recently.
So, in Hermes we are planning to add a "show source" (or "preserve source", etc) directive for the few cases where the source must be available at runtime.
The question is, does it make sense to consider adding it to this proposal, since it is technically relevant?