From c5c8a492764d9e31a6d4cf87ae0fd16245ea7805 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 9 Jun 2019 15:20:01 +0100 Subject: Window.bnd: Expose isNan Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Window.bnd | 1 + 1 file changed, 1 insertion(+) diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd index 731b2a335..db588c09c 100644 --- a/content/handlers/javascript/duktape/Window.bnd +++ b/content/handlers/javascript/duktape/Window.bnd @@ -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); -- cgit v1.2.3