Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/node-inspector/node-inspector
/ array_
Function
array_
front-end/UglifyJS/parse-js.js:1044–1046 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1042
};
1043
1044
function
array_() {
1045
return
as(
"array"
, expr_list(
"]"
, !strict_mode, true));
1046
};
1047
1048
function
object_() {
1049
var
first = true, a = [];
Callers
1
expr_atom
Function · 0.85
Calls
2
as
Function · 0.85
expr_list
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…