summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/test/function/#/lock.js
blob: 44a12d7b56c748f466525a6e73a46604f4d48758 (plain)
1
2
3
4
5
6
7
'use strict';

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