mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
add isFinite to global context
This commit is contained in:
parent
43f8e77df7
commit
1ae0ee21ee
@ -265,6 +265,7 @@ prototype Window()
|
||||
EXPOSE(encodeURIComponent);
|
||||
EXPOSE(NaN);
|
||||
EXPOSE(isNaN);
|
||||
EXPOSE(isFinite);
|
||||
#undef EXPOSE
|
||||
/* Add s3kr1t method to close the compartment */
|
||||
duk_dup(ctx, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user