Home | History | Annotate | Download | only in resources

Lines Matching refs:function

0 function description(msg)
8 function debug(msg)
13 function escapeString(text)
18 function testPassed(msg)
23 function testFailed(msg)
28 function areArraysEqual(_a, _b)
40 function isMinusZero(n)
47 function isResultCorrect(_actual, _expected)
60 function stringify(v)
67 function shouldBe(_a, _b)
90 function shouldBeTrue(_a) { shouldBe(_a, "true"); }
91 function shouldBeFalse(_a) { shouldBe(_a, "false"); }
92 function shouldBeNaN(_a) { shouldBe(_a, "NaN"); }
93 function shouldBeNull(_a) { shouldBe(_a, "null"); }
95 function shouldBeEqualToString(a, b)
101 function shouldBeUndefined(_a)
120 function shouldThrow(_a, _e)