Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parse
Function · 0.85
Calls
2
as
Function · 0.85
expr_list
Function · 0.85
Tested by
no test coverage detected