Searched refs:BeginTest (Results 1 - 5 of 5) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-receiver.js61 function BeginTest(name) { function
91 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("no
[all...]
H A Ddebug-stepout-recursive-function.js53 function BeginTest(name) { function
81 BeginTest('Test 1');
87 BeginTest('Test 2');
93 BeginTest('Test 3');
99 BeginTest('Test 4');
H A Ddebug-scopes.js62 function BeginTest(name) { function
189 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("Wit
[all...]
/external/v8/test/mjsunit/harmony/
H A Ddebug-blockscopes.js65 function BeginTest(name) { function
199 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("Fo
[all...]
/external/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js63 function BeginTest(name) { function
199 BeginTest("Closure 1");

Completed in 88 milliseconds