DateTimeFormat.constructor - повертає силку на конструктор об'єкту.
Intl.DateTimeFormat.constructor
Повертає силку на конструктор Intl.DateTimeFormat
var b=Intl.DateTimeFormat().constructor;
alert(b);
var b=new Intl.DateTimeFormat();
alert(b.constructor);