From 1ae0ee21eef94f5bc82f64543384698bd0b7ebec Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 1 Jul 2019 23:26:11 +0100 Subject: add isFinite to global context --- 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 39c58c41d..b2e8166a6 100644 --- a/content/handlers/javascript/duktape/Window.bnd +++ b/content/handlers/javascript/duktape/Window.bnd @@ -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); -- cgit v1.2.3