Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mishoo/UglifyJS-old
/ var_
Function
var_
lib/parse-js.js:1076–1078 ·
view source on GitHub ↗
(no_in)
Source
from the content-addressed store, hash-verified
1074
};
1075
1076
function
var_(no_in) {
1077
return
as(
"var"
, vardefs(no_in));
1078
};
1079
1080
function
const_() {
1081
return
as(
"const"
, vardefs());
Callers
1
for_
Function · 0.85
Calls
2
as
Function · 0.85
vardefs
Function · 0.85
Tested by
no test coverage detected