Expose Number and Error on Window

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-05-04 21:55:54 +01:00
parent 85a4792280
commit 2f1526653f
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ prototype Window()
EXPOSE(Function);
EXPOSE(Proxy);
EXPOSE(String);
EXPOSE(Number);
EXPOSE(Error);
EXPOSE(encodeURI);
EXPOSE(encodeURIComponent);
#undef EXPOSE