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

Function handle_dot

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

Source from the content-addressed store, hash-verified

494 };
495
496 function handle_dot() {
497 next();
498 return is_digit(peek())
499 ? read_num(".")
500 : token("punc", ".");
501 };
502
503 function read_word() {
504 var word = read_while(is_identifier_char);

Callers 1

next_tokenFunction · 0.85

Calls 5

nextFunction · 0.85
is_digitFunction · 0.85
peekFunction · 0.85
read_numFunction · 0.85
tokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…