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

Method Sort

parser/error.go:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154func (self ErrorList) Sort() {
155 sort.Sort(self)
156}
157
158// Error implements the Error interface.
159func (self ErrorList) Error() string {

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected