From 67f14b76338e9650d2dee95b61716ad36200bdd3 Mon Sep 17 00:00:00 2001 From: Piotr Caban Date: Mon, 17 Aug 2009 12:11:24 +0200 Subject: [PATCH] jscript: Added Boolean's function lengths test. --- dlls/jscript/tests/api.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dlls/jscript/tests/api.js b/dlls/jscript/tests/api.js index 5d9722436f1..a27a7bb9b7a 100644 --- a/dlls/jscript/tests/api.js +++ b/dlls/jscript/tests/api.js @@ -1396,4 +1396,18 @@ testObjectInherit(new Error(), false, true, true); testObjectInherit(testObjectInherit, false, true, true); testObjectInherit(Math, true, true, true); +function testFunctions(obj, arr) { + var l; + + for(var i=0; i