Expose Array, Date and RegExp on Window

This commit is contained in:
Daniel Silverstone 2015-08-12 15:19:57 +02:00
parent 3a6da36fc9
commit e331784ea3

View File

@ -40,6 +40,9 @@ prototype Window()
EXPOSE(Object);
EXPOSE(parseInt);
EXPOSE(parseFloat);
EXPOSE(Array);
EXPOSE(Date);
EXPOSE(RegExp);
#undef EXPOSE
%}