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

Function new_

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

Source from the content-addressed store, hash-verified

979 };
980
981 function new_() {
982 var newexp = expr_atom(false), args;
983 if (is("punc", "(")) {
984 next();
985 args = expr_list(")");
986 } else {
987 args = [];
988 }
989 return subscripts(as("new", newexp, args), true);
990 };
991
992 function expr_atom(allow_calls) {
993 if (is("operator", "new")) {

Callers 1

expr_atomFunction · 0.85

Calls 6

expr_atomFunction · 0.85
isFunction · 0.85
nextFunction · 0.85
expr_listFunction · 0.85
subscriptsFunction · 0.85
asFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…