namespace Jint.Runtime; internal interface IScriptOrModule { public string Location { get; } }