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

Function start_token

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

Source from the content-addressed store, hash-verified

294 };
295
296 function start_token() {
297 S.tokline = S.line;
298 S.tokcol = S.col;
299 S.tokpos = S.pos;
300 };
301
302 function token(type, value, is_comment) {
303 S.regex_allowed = ((type == "operator" && !HOP(UNARY_POSTFIX, value)) ||

Callers 1

next_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…