Searched refs:BeginTest (Results 1 – 5 of 5) sorted by relevance
61 function BeginTest(name) { class91 BeginTest("strict: undefined"); TestStrict(undefined); EndTest();92 BeginTest("strict: null"); TestStrict(null); EndTest();93 BeginTest("strict: 1"); TestStrict(1); EndTest();94 BeginTest("strict: 1.2"); TestStrict(1.2); EndTest();95 BeginTest("strict: 'asdf'"); TestStrict('asdf'); EndTest();96 BeginTest("strict: true"); TestStrict(true); EndTest();115 BeginTest("non-strict: undefined"); TestNonStrict(undefined); EndTest();116 BeginTest("non-strict: null"); TestNonStrict(null); EndTest();117 BeginTest("non-strict: 1"); TestNonStrict(1); EndTest();[all …]
62 function BeginTest(name) { class210 BeginTest("Local 1");226 BeginTest("Local 2");242 BeginTest("Local 3");259 BeginTest("Local 4");277 BeginTest("Local 5");294 BeginTest("Local 6");312 BeginTest("Local 7");332 BeginTest("With 1");351 BeginTest("With 2");[all …]
53 function BeginTest(name) { class81 BeginTest('Test 1');87 BeginTest('Test 2');93 BeginTest('Test 3');99 BeginTest('Test 4');
64 function BeginTest(name) { class190 BeginTest("Local block 1");208 BeginTest("Local 2");226 BeginTest("Local 3");243 BeginTest("Local 4");261 BeginTest("Local 5");282 BeginTest("Local 6");304 BeginTest("Local 7");328 BeginTest("Closure 1");356 BeginTest("For loop 1");[all …]
63 function BeginTest(name) { class191 BeginTest("Closure 1");