namespace Jint { public interface IConstraint { void Reset(); void Check(); } }