/pyjs/tests/test043.js
JavaScript | 23 lines | 14 code | 9 blank | 0 comment | 3 complexity | 8df2a6a159236237339c7f262716bf64 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- function test() {
- var __temp_i = pairs.__iter__();
- try {
- while (true) {
- var temp_i = __temp_i.next();
-
- var i = temp_i.__getitem__(0);
-
- var j = temp_i.__getitem__(1);
-
-
- }
- } catch (e) {
- if (e != StopIteration) {
- throw e;
- }
- }
-
- }