Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error EOI = errors.New("End of iterator") )
Functions ¶
This section is empty.
Types ¶
type Iterator ¶
type Iterator struct {
baseobject.BaseObject
}
Iterator iterator
func NewFromJSObject ¶
type IteratorFrom ¶
type IteratorFrom interface {
Iterator() Iterator
}
Click to show internal directories.
Click to hide internal directories.