Home
last modified time | relevance | path

Searched defs:DotExpression (Results 1 – 5 of 5) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/ast/
H A Dnode.go85 DotExpression struct { struct
86 Left Expression
87 Identifier Identifier
187 func (*DotExpression) _expressionNode() {}
403 func (self *DotExpression) Idx0() file.Idx { return self.Left.Idx0() }
451 func (self *DotExpression) Idx1() file.Idx { return self.Identifier.Idx1() }
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dnode.go84 DotExpression struct { struct
85 Left Expression
86 Identifier *Identifier
192 func (*DotExpression) _expressionNode() {}
414 func (self *DotExpression) Idx0() file.Idx { return self.Left.Idx0() }
464 func (self *DotExpression) Idx1() file.Idx { return self.Identifier.Idx1() }
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/ast/
H A Dnode.go84 DotExpression struct { struct
85 Left Expression
86 Identifier *Identifier
192 func (*DotExpression) _expressionNode() {}
414 func (self *DotExpression) Idx0() file.Idx { return self.Left.Idx0() }
464 func (self *DotExpression) Idx1() file.Idx { return self.Identifier.Idx1() }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/ast/
H A Dnode.go116 DotExpression struct { struct
117 Left Expression
118 Identifier Identifier
256 func (*DotExpression) _expressionNode() {}
547 func (self *DotExpression) Idx0() file.Idx { return self.Left.Idx0() }
606 func (self *DotExpression) Idx1() file.Idx { return self.Identifier.Idx1() }
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/ast/
H A Dnode.go116 DotExpression struct { struct
117 Left Expression
118 Identifier Identifier
271 func (*DotExpression) _expressionNode() {}
563 func (self *DotExpression) Idx0() file.Idx { return self.Left.Idx0() }
623 func (self *DotExpression) Idx1() file.Idx { return self.Identifier.Idx1() }