1
0
Fork 0
firefox/devtools/server/tests/xpcshell/sourcemapped.js
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
337 B
JavaScript

// Generated by CoffeeScript 1.6.1
(function () {
var first, foo, second, third, _ref;
foo = function (n) {
var i, _i;
for (i = _i = 0; 0 <= n ? _i < n : _i > n; i = 0 <= n ? ++_i : --_i) {
return "foo" + i;
}
};
_ref = foo(3), first = _ref[0], second = _ref[1], third = _ref[2];
debugger;
}).call(this);