Home | History | Annotate | Download | only in resources

Lines Matching refs:function

5 function description(msg)
17 function debug(msg)
24 function escapeHTML(text)
29 function testPassed(msg)
34 function testFailed(msg)
39 function areArraysEqual(_a, _b)
53 function isMinusZero(n)
60 function isResultCorrect(_actual, _expected)
73 function stringify(v)
80 function evalAndLog(_a)
97 function shouldBe(_a, _b)
120 function shouldBeTrue(_a) { shouldBe(_a, "true"); }
121 function shouldBeFalse(_a) { shouldBe(_a, "false"); }
122 function shouldBeNaN(_a) { shouldBe(_a, "NaN"); }
123 function shouldBeNull(_a) { shouldBe(_a, "null"); }
125 function shouldBeEqualToString(a, b)
131 function shouldEvaluateTo(actual, expected) {
140 } else if (typeof expected == "function") {
168 function shouldBeNonZero(_a)
186 function shouldBeNonNull(_a)
204 function shouldBeUndefined(_a)
222 function shouldBeDefined(_a)
240 function shouldBeGreaterThanOrEqual(_a, _b) {
261 function shouldThrow(_a, _e)
286 function gc() {
290 function gcRec(n) {
304 function finishJSTest()