mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +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(encodeURI);
|
||||||
EXPOSE(encodeURIComponent);
|
EXPOSE(encodeURIComponent);
|
||||||
EXPOSE(NaN);
|
EXPOSE(NaN);
|
||||||
|
EXPOSE(isNaN);
|
||||||
#undef EXPOSE
|
#undef EXPOSE
|
||||||
/* Add s3kr1t method to close the compartment */
|
/* Add s3kr1t method to close the compartment */
|
||||||
duk_dup(ctx, 0);
|
duk_dup(ctx, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user