Source code

Revision control

Copy as Markdown

Other Tools

/* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- */
/*
* Any copyright is dedicated to the Public Domain.
*/
if (typeof timeout == "function") {
assertEq(typeof timeout(), "number");
assertEq(typeof timeout(1), "undefined");
}
reportCompare(0, 0, "ok");