MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / expr_ops

Function expr_ops

front-end/UglifyJS/parse-js.js:1126–1128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1124 };
1125
1126 function expr_ops() {
1127 return expr_op(expr_atom(true), 0);
1128 };
1129
1130 function maybe_conditional() {
1131 var expr = expr_ops();

Callers 1

maybe_conditionalFunction · 0.85

Calls 2

expr_opFunction · 0.85
expr_atomFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…