mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Window.bnd: Expose isNan
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
04cf2fe588
commit
c5c8a49276
@ -264,6 +264,7 @@ prototype Window()
|
||||
EXPOSE(encodeURI);
|
||||
EXPOSE(encodeURIComponent);
|
||||
EXPOSE(NaN);
|
||||
EXPOSE(isNaN);
|
||||
#undef EXPOSE
|
||||
/* Add s3kr1t method to close the compartment */
|
||||
duk_dup(ctx, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user