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

Function array_

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

Source from the content-addressed store, hash-verified

1140 };
1141
1142 function array_() {
1143 return as("array", expr_list("]", !exigent_mode, true));
1144 };
1145
1146 function object_() {
1147 var first = true, a = [];

Callers 1

parseFunction · 0.85

Calls 2

asFunction · 0.85
expr_listFunction · 0.85

Tested by

no test coverage detected