lock.js 122B

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