Searched refs:testDeep (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
H A D | global-load-from-eval.js | 66 function testDeep(source, load, test) { function 82 testDeep('1', 'result = x', 'assertEquals(27, result)'); 85 testDeep('var x = 1', 'result = x', 'assertEquals(1, result)');
|
/external/v8/test/mjsunit/ |
H A D | global-load-from-eval.js | 66 function testDeep(source, load, test) { function 82 testDeep('1', 'result = x', 'assertEquals(27, result)'); 85 testDeep('var x = 1', 'result = x', 'assertEquals(1, result)');
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
H A D | testtree.py | 1028 def testDeep(self): member in class:TestTreeContext
|
Completed in 130 milliseconds