Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_token
Function · 0.85
Calls
5
next
Function · 0.85
is_digit
Function · 0.85
peek
Function · 0.85
read_num
Function · 0.85
token
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…