Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmlformat/
H A Ddumpastvisitor.h126 QString parseVariableDeclarationList(VariableDeclarationList *list);
H A Ddumpastvisitor.cpp537 QString DumpAstVisitor::parseVariableDeclarationList(VariableDeclarationList *list) in parseVariableDeclarationList() function in DumpAstVisitor
650 return parseVariableDeclarationList(cast<VariableStatement *>(statement)->declarations); in parseStatement()
752 result += parseVariableDeclarationList(forStatement->declarations); in parseStatement()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmlformat/
H A Ddumpastvisitor.h126 QString parseVariableDeclarationList(VariableDeclarationList *list);
H A Ddumpastvisitor.cpp537 QString DumpAstVisitor::parseVariableDeclarationList(VariableDeclarationList *list) in parseVariableDeclarationList() function in DumpAstVisitor
650 return parseVariableDeclarationList(cast<VariableStatement *>(statement)->declarations); in parseStatement()
752 result += parseVariableDeclarationList(forStatement->declarations); in parseStatement()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/parser/
H A Dstatement.go420 list := self.parseVariableDeclarationList(var_)
458 list := self.parseVariableDeclarationList(idx)
H A Dexpression.go175 func (self *_parser) parseVariableDeclarationList(var_ file.Idx) []ast.Expression { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/parser/
H A Dstatement.go450 list = self.parseVariableDeclarationList()
568 list := self.parseVariableDeclarationList()
H A Dexpression.go257 func (self *_parser) parseVariableDeclarationList() (declarationList []*ast.Binding) { func
269 declarationList := self.parseVariableDeclarationList()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/parser/
H A Dstatement.go450 list = self.parseVariableDeclarationList()
568 list := self.parseVariableDeclarationList()
H A Dexpression.go255 func (self *_parser) parseVariableDeclarationList() (declarationList []*ast.Binding) { func
267 declarationList := self.parseVariableDeclarationList()
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go593 list := self.parseVariableDeclarationList(var_)
655 list := self.parseVariableDeclarationList(idx)
H A Dexpression.go211 func (self *_parser) parseVariableDeclarationList(var_ file.Idx) []ast.Expression { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go593 list := self.parseVariableDeclarationList(var_)
655 list := self.parseVariableDeclarationList(idx)
H A Dexpression.go211 func (self *_parser) parseVariableDeclarationList(var_ file.Idx) []ast.Expression { func
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/legecy_translators/
H A Dnparser.py2264 def parseVariableDeclarationList(kind=None): function
2279 declarations = parseVariableDeclarationList()
2289 declarations = parseVariableDeclarationList(kind)
2361 declarations = parseVariableDeclarationList()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pyjsparser/
H A Dparser.py2050 def parseVariableDeclarationList(self): member in PyJsParser
2066 declarations = self.parseVariableDeclarationList()
2221 init = init.finishVariableDeclaration(self.parseVariableDeclarationList())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/esprima/src/
H A Dparser.ts2118 parseVariableDeclarationList(options): Node.VariableDeclarator[] {
2134 const declarations = this.parseVariableDeclarationList({ inFor: false });
2265 const declarations = this.parseVariableDeclarationList({ inFor: true });
/dports/devel/py-pyjsparser/pyjsparser-2.7.1/pyjsparser/
H A Dparser.py2173 def parseVariableDeclarationList(self): member in PyJsParser
2189 declarations = self.parseVariableDeclarationList()
2348 self.parseVariableDeclarationList())
/dports/www/firefox/firefox-99.0/third_party/python/esprima/esprima/
H A Dparser.py1789 def parseVariableDeclarationList(self, options): member in Parser
1803 declarations = self.parseVariableDeclarationList(Params(inFor=False))
1920 declarations = self.parseVariableDeclarationList(Params(inFor=True))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/esprima/esprima/
H A Dparser.py1789 def parseVariableDeclarationList(self, options): member in Parser
1803 declarations = self.parseVariableDeclarationList(Params(inFor=False))
1920 declarations = self.parseVariableDeclarationList(Params(inFor=True))
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/esprima/esprima/
H A Dparser.py1789 def parseVariableDeclarationList(self, options): member in Parser
1803 declarations = self.parseVariableDeclarationList(Params(inFor=False))
1920 declarations = self.parseVariableDeclarationList(Params(inFor=True))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/esprima/esprima/
H A Dparser.py1789 def parseVariableDeclarationList(self, options): member in Parser
1803 declarations = self.parseVariableDeclarationList(Params(inFor=False))
1920 declarations = self.parseVariableDeclarationList(Params(inFor=True))
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts4769 initializer = parseVariableDeclarationList(/*inForStatementInitializer*/ true);
5357 …function parseVariableDeclarationList(inForStatementInitializer: boolean): VariableDeclarationList… function
5406 … node.declarationList = parseVariableDeclarationList(/*inForStatementInitializer*/ false);