MCPcopy
hub / github.com/mishoo/UglifyJS-old / as

Function as

lib/parse-js.js:769–771  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

767 };
768
769 function as() {
770 return slice(arguments);
771 };
772
773 function parenthesised() {
774 expect("(");

Callers 15

parseFunction · 0.85
labeled_statementFunction · 0.85
simple_statementFunction · 0.85
break_contFunction · 0.85
regular_forFunction · 0.85
for_inFunction · 0.85
function_Function · 0.85
if_Function · 0.85
try_Function · 0.85
var_Function · 0.85
const_Function · 0.85
new_Function · 0.85

Calls 1

sliceFunction · 0.85

Tested by

no test coverage detected