mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 11:42:56 +03:00
Expose a few more bits
This commit is contained in:
parent
576488f14c
commit
43f29e4311
@ -44,6 +44,9 @@ prototype Window()
|
||||
EXPOSE(Date);
|
||||
EXPOSE(RegExp);
|
||||
EXPOSE(Math);
|
||||
EXPOSE(Function);
|
||||
EXPOSE(Proxy);
|
||||
EXPOSE(String);
|
||||
#undef EXPOSE
|
||||
%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user