Home
last modified time | relevance | path

Searched refs:finishNode (Results 1 – 23 of 23) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js15 return this.finishNode(node, "Program")
36 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
41 return this.finishNode(node, "DebuggerStatement")
48 return this.finishNode(node, "DoWhileStatement")
77 return this.finishNode(node, "IfStatement")
83 return this.finishNode(node, "ReturnStatement")
97 if (cur) this.finishNode(cur, "SwitchCase")
113 if (cur) this.finishNode(cur, "SwitchCase")
116 return this.finishNode(node, "SwitchStatement")
122 return this.finishNode(node, "ThrowStatement")
[all …]
Dexpression.js30 return this.finishNode(node, "SequenceExpression")
55 return this.finishNode(node, "YieldExpression")
66 return this.finishNode(node, "AssignmentExpression")
79 return this.finishNode(node, "ConditionalExpression")
105 … this.finishNode(node, /&&|\|\|/.test(node.operator) ? "LogicalExpression" : "BinaryExpression")
122 expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression")
127 expr = this.finishNode(node, "SpreadElement")
136 expr = this.finishNode(node, "UpdateExpression")
145 return this.finishNode(node, "BinaryExpression")
173 base = this.finishNode(node, "MemberExpression")
[all …]
Dstate.js42 finishNode(node, type) { method in LooseParser
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js15 return this.finishNode(node, "Program")
36 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
41 return this.finishNode(node, "DebuggerStatement")
48 return this.finishNode(node, "DoWhileStatement")
77 return this.finishNode(node, "IfStatement")
83 return this.finishNode(node, "ReturnStatement")
97 if (cur) this.finishNode(cur, "SwitchCase")
113 if (cur) this.finishNode(cur, "SwitchCase")
116 return this.finishNode(node, "SwitchStatement")
122 return this.finishNode(node, "ThrowStatement")
[all …]
Dexpression.js30 return this.finishNode(node, "SequenceExpression")
55 return this.finishNode(node, "YieldExpression")
66 return this.finishNode(node, "AssignmentExpression")
79 return this.finishNode(node, "ConditionalExpression")
105 … this.finishNode(node, /&&|\|\|/.test(node.operator) ? "LogicalExpression" : "BinaryExpression")
125 expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression")
130 expr = this.finishNode(node, "SpreadElement")
139 expr = this.finishNode(node, "UpdateExpression")
148 return this.finishNode(node, "BinaryExpression")
178 base = this.finishNode(node, "MemberExpression")
[all …]
Dstate.js43 finishNode(node, type) { method in LooseParser
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstatement.js31 return this.finishNode(node, "Program")
136 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
142 return this.finishNode(node, "DebuggerStatement")
156 return this.finishNode(node, "DoWhileStatement")
177 this.finishNode(init, "VariableDeclaration")
206 return this.finishNode(node, "IfStatement")
220 return this.finishNode(node, "ReturnStatement")
237 if (cur) this.finishNode(cur, "SwitchCase")
254 if (cur) this.finishNode(cur, "SwitchCase")
257 return this.finishNode(node, "SwitchStatement")
[all …]
Dexpression.js85 return this.finishNode(node, "SequenceExpression")
116 return this.finishNode(node, "AssignmentExpression")
135 return this.finishNode(node, "ConditionalExpression")
176 return this.finishNode(node, logical ? "LogicalExpression" : "BinaryExpression")
195 expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression")
206 expr = this.finishNode(node, "UpdateExpression")
233 base = this.finishNode(node, "MemberExpression")
240 base = this.finishNode(node, "MemberExpression")
245 base = this.finishNode(node, "CallExpression")
250 base = this.finishNode(node, "TaggedTemplateExpression")
[all …]
Dlval.js94 return this.finishNode(node, "SpreadElement")
105 return this.finishNode(node, "RestElement")
120 return this.finishNode(node, "ArrayPattern")
167 return this.finishNode(node, "AssignmentPattern")
Dnode.js42 pp.finishNode = function(node, type) { function in pp
/plugin/asciidocjs/node_modules/acorn/src/
Dstatement.js27 return this.finishNode(node, "Program")
152 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
158 return this.finishNode(node, "DebuggerStatement")
172 return this.finishNode(node, "DoWhileStatement")
193 this.finishNode(init, "VariableDeclaration")
227 return this.finishNode(node, "IfStatement")
241 return this.finishNode(node, "ReturnStatement")
258 if (cur) this.finishNode(cur, "SwitchCase")
275 if (cur) this.finishNode(cur, "SwitchCase")
278 return this.finishNode(node, "SwitchStatement")
[all …]
Dexpression.js85 return this.finishNode(node, "SequenceExpression")
120 return this.finishNode(node, "AssignmentExpression")
140 return this.finishNode(node, "ConditionalExpression")
181 return this.finishNode(node, logical ? "LogicalExpression" : "BinaryExpression")
203 expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression")
214 expr = this.finishNode(node, "UpdateExpression")
249 base = this.finishNode(node, "MemberExpression")
268 base = this.finishNode(node, "CallExpression")
273 base = this.finishNode(node, "TaggedTemplateExpression")
296 return this.finishNode(node, type)
[all …]
Dlval.js97 return this.finishNode(node, "SpreadElement")
108 return this.finishNode(node, "RestElement")
123 return this.finishNode(node, "ArrayPattern")
170 return this.finishNode(node, "AssignmentPattern")
Dnode.js42 pp.finishNode = function(node, type) { function in pp
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js1780 file.program = this.finishNode(program, "Program");
1784 return this.finishNode(file, "File");
1944 return this.finishNode(node, "Decorator");
1971 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement");
1977 return this.finishNode(node, "DebuggerStatement");
1988 return this.finishNode(node, "DoWhileStatement");
2022 this.finishNode(_init, "VariableDeclaration");
2061 return this.finishNode(node, "IfStatement");
2082 return this.finishNode(node, "ReturnStatement");
2100 if (cur) this.finishNode(cur, "SwitchCase");
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js643 return this.finishNode(node, "Program")
750 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
756 return this.finishNode(node, "DebuggerStatement")
770 return this.finishNode(node, "DoWhileStatement")
791 this.finishNode(init$1, "VariableDeclaration")
820 return this.finishNode(node, "IfStatement")
834 return this.finishNode(node, "ReturnStatement")
853 if (cur) this$1.finishNode(cur, "SwitchCase")
870 if (cur) this.finishNode(cur, "SwitchCase")
873 return this.finishNode(node, "SwitchStatement")
[all …]
Dacorn.js649 return this.finishNode(node, "Program")
756 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
762 return this.finishNode(node, "DebuggerStatement")
776 return this.finishNode(node, "DoWhileStatement")
797 this.finishNode(init$1, "VariableDeclaration")
826 return this.finishNode(node, "IfStatement")
840 return this.finishNode(node, "ReturnStatement")
859 if (cur) this$1.finishNode(cur, "SwitchCase")
876 if (cur) this.finishNode(cur, "SwitchCase")
879 return this.finishNode(node, "SwitchStatement")
[all …]
Dacorn_loose.es.js43 LooseParser.prototype.finishNode = function finishNode (node, type) { method in LooseParser
Dacorn_loose.js49 LooseParser.prototype.finishNode = function finishNode (node, type) { method in LooseParser
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js673 return this.finishNode(node, "Program")
800 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
806 return this.finishNode(node, "DebuggerStatement")
820 return this.finishNode(node, "DoWhileStatement")
841 this.finishNode(init$1, "VariableDeclaration")
875 return this.finishNode(node, "IfStatement")
889 return this.finishNode(node, "ReturnStatement")
908 if (cur) this$1.finishNode(cur, "SwitchCase")
925 if (cur) this.finishNode(cur, "SwitchCase")
928 return this.finishNode(node, "SwitchStatement")
[all …]
Dacorn.js679 return this.finishNode(node, "Program")
806 return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement")
812 return this.finishNode(node, "DebuggerStatement")
826 return this.finishNode(node, "DoWhileStatement")
847 this.finishNode(init$1, "VariableDeclaration")
881 return this.finishNode(node, "IfStatement")
895 return this.finishNode(node, "ReturnStatement")
914 if (cur) this$1.finishNode(cur, "SwitchCase")
931 if (cur) this.finishNode(cur, "SwitchCase")
934 return this.finishNode(node, "SwitchStatement")
[all …]
Dacorn_loose.es.js44 LooseParser.prototype.finishNode = function finishNode (node, type) { method in LooseParser
Dacorn_loose.js48 LooseParser.prototype.finishNode = function finishNode (node, type) { method in LooseParser