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) { class189 BeginTest("Local 1");205 BeginTest("Local 2");221 BeginTest("Local 3");238 BeginTest("Local 4");256 BeginTest("Local 5");273 BeginTest("Local 6");291 BeginTest("Local 7");311 BeginTest("With 1");330 BeginTest("With 2");[all …]
53 function BeginTest(name) { class81 BeginTest('Test 1');87 BeginTest('Test 2');93 BeginTest('Test 3');99 BeginTest('Test 4');
65 function BeginTest(name) { class199 BeginTest("Local block 1");217 BeginTest("Local 2");235 BeginTest("Local 3");252 BeginTest("Local 4");270 BeginTest("Local 5");291 BeginTest("Local 6");313 BeginTest("Local 7");337 BeginTest("Closure 1");365 BeginTest("For loop 1");[all …]
63 function BeginTest(name) { class199 BeginTest("Closure 1");