MCPcopy Index your code
hub / github.com/prototypejs/prototype / methodWithArguments

Function methodWithArguments

test/unit/tests/function.test.js:54–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 test('#bind', function () {
53 function methodWithoutArguments() { return this.hi; }
54 function methodWithArguments() { return this.hi + ',' + $A(arguments).join(','); }
55 function methodReturningContext() { return this; }
56 var func = Prototype.emptyFunction;
57 var u;

Callers

nothing calls this directly

Calls 1

$AFunction · 0.85

Tested by

no test coverage detected