Expose a few more bits

This commit is contained in:
Daniel Silverstone 2015-10-31 20:11:05 +01:00
parent 576488f14c
commit 43f29e4311

View File

@ -44,6 +44,9 @@ prototype Window()
EXPOSE(Date);
EXPOSE(RegExp);
EXPOSE(Math);
EXPOSE(Function);
EXPOSE(Proxy);
EXPOSE(String);
#undef EXPOSE
%}