lock.js 119 B

12345
  1. "use strict";
  2. module.exports = function (t, a) {
  3. a(t.call(function () { return arguments.length; })(1, 2, 3), 0);
  4. };