MCPcopy Create free account
hub / github.com/unconed/TermKit / array

Function array

HTML/external/jquery-ui/development-bundle/external/qunit.js:959–966  ·  view source on GitHub ↗
( arr )

Source from the content-addressed store, hash-verified

957 return [ pre, inner + arr, base + post ].join(s);
958 };
959 function array( arr ) {
960 var i = arr.length, ret = Array(i);
961 this.up();
962 while ( i-- )
963 ret[i] = this.parse( arr[i] );
964 this.down();
965 return join( '[', ret, ']' );
966 };
967
968 var reName = /^function (\w+)/;
969

Callers

nothing calls this directly

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected