MCPcopy Create free account
hub / github.com/dop251/goja / writeByte

Method writeByte

parser/regexp.go:126–131  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

124}
125
126func (self *_RegExp_parser) writeByte(b byte) {
127 if self.passOffset != -1 {
128 self.stopPassing()
129 }
130 self.goRegexp.WriteByte(b)
131}
132
133func (self *_RegExp_parser) writeString(s string) {
134 if self.passOffset != -1 {

Callers 2

scanGroupMethod · 0.95
scanEscapeMethod · 0.95

Calls 1

stopPassingMethod · 0.95

Tested by

no test coverage detected