mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-17 16:19:18 +03:00
Expose Array, Date and RegExp on Window
This commit is contained in:
parent
3a6da36fc9
commit
e331784ea3
@ -40,6 +40,9 @@ prototype Window()
|
||||
EXPOSE(Object);
|
||||
EXPOSE(parseInt);
|
||||
EXPOSE(parseFloat);
|
||||
EXPOSE(Array);
|
||||
EXPOSE(Date);
|
||||
EXPOSE(RegExp);
|
||||
#undef EXPOSE
|
||||
%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user