-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathcomments.js.trap
More file actions
86 lines (86 loc) · 2.37 KB
/
Copy pathcomments.js.trap
File metadata and controls
86 lines (86 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#10000=@"/comments.js;sourcefile"
files(#10000,"/comments.js")
#10001=@"/;folder"
folders(#10001,"/")
containerparent(#10001,#10000)
#10002=@"loc,{#10000},0,0,0,0"
locations_default(#10002,#10000,0,0,0,0)
hasLocation(#10000,#10002)
#20000=@"global_scope"
scopes(#20000,0)
#20001=@"script;{#10000},1,1"
#20002=*
comments(#20002,0,#20001," line comment","// line comment")
#20003=@"loc,{#10000},1,1,1,15"
locations_default(#20003,#10000,1,1,1,15)
hasLocation(#20002,#20003)
#20004=*
comments(#20004,1,#20001," block comment ","/* block comment */")
#20005=@"loc,{#10000},2,1,2,19"
locations_default(#20005,#10000,2,1,2,19)
hasLocation(#20004,#20005)
#20006=*
comments(#20006,2,#20001," doc comment ","/** doc comment */")
#20007=@"loc,{#10000},3,1,3,18"
locations_default(#20007,#10000,3,1,3,18)
hasLocation(#20006,#20007)
#20008=*
comments(#20008,3,#20001," an HTML comment","<!-- an HTML comment")
#20009=@"loc,{#10000},4,1,4,20"
locations_default(#20009,#10000,4,1,4,20)
hasLocation(#20008,#20009)
#20010=*
comments(#20010,4,#20001," another HTML comment","--> ano ... comment")
#20011=@"loc,{#10000},5,1,5,24"
locations_default(#20011,#10000,5,1,5,24)
hasLocation(#20010,#20011)
#20012=*
lines(#20012,#20001,"// line comment","
")
hasLocation(#20012,#20003)
#20013=*
lines(#20013,#20001,"/* block comment */","
")
hasLocation(#20013,#20005)
#20014=*
lines(#20014,#20001,"/** doc comment */","
")
hasLocation(#20014,#20007)
#20015=*
lines(#20015,#20001,"<!-- an HTML comment","
")
hasLocation(#20015,#20009)
#20016=*
lines(#20016,#20001,"--> another HTML comment","")
hasLocation(#20016,#20011)
numlines(#20001,5,0,5)
#20017=*
tokeninfo(#20017,0,#20001,0,"")
#20018=@"loc,{#10000},5,25,5,24"
locations_default(#20018,#10000,5,25,5,24)
hasLocation(#20017,#20018)
next_token(#20002,#20017)
next_token(#20004,#20017)
next_token(#20006,#20017)
next_token(#20008,#20017)
next_token(#20010,#20017)
#20019=*
jsdoc(#20019,"doc comment",#20006)
hasLocation(#20019,#20007)
toplevels(#20001,0)
#20020=@"loc,{#10000},1,1,5,24"
locations_default(#20020,#10000,1,1,5,24)
hasLocation(#20001,#20020)
#20021=@"var;{this};{#20000}"
variables(#20021,"this",#20000)
#20022=*
entry_cfg_node(#20022,#20001)
#20023=@"loc,{#10000},1,1,1,0"
locations_default(#20023,#10000,1,1,1,0)
hasLocation(#20022,#20023)
#20024=*
exit_cfg_node(#20024,#20001)
hasLocation(#20024,#20018)
successor(#20022,#20024)
numlines(#10000,5,0,5)
filetype(#10000,"javascript")