michael@0: /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: */ michael@0: michael@0: if (typeof timeout == "function") { michael@0: assertEq(typeof timeout(), "number"); michael@0: assertEq(typeof timeout(1), "undefined"); michael@0: } michael@0: michael@0: reportCompare(0, 0, "ok"); michael@0: