Home
last modified time | relevance | path

Searched refs:wasLineBreak (Results 1 – 2 of 2) sorted by relevance

/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go89 wasLineBreak bool member
105 …Comments: %v, Future: %v(LINEBREAK:%v)", c.Current, len(c.Comments), len(c.future), c.wasLineBreak)
130 c.wasLineBreak = false
136 c.wasLineBreak = false
148 if !c.wasLineBreak {
154 if !c.wasLineBreak || (c.Current == nil && !c.afterBlock) {
183 c.wasLineBreak = false
232 c.wasLineBreak = true
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go89 wasLineBreak bool member
105 …Comments: %v, Future: %v(LINEBREAK:%v)", c.Current, len(c.Comments), len(c.future), c.wasLineBreak)
130 c.wasLineBreak = false
136 c.wasLineBreak = false
148 if !c.wasLineBreak {
154 if !c.wasLineBreak || (c.Current == nil && !c.afterBlock) {
183 c.wasLineBreak = false
232 c.wasLineBreak = true