Lines Matching refs:Map
62 Map anonMember
87 func (m *Module) End() scanner.Position { return m.Map.End() }
243 type Map struct { struct
249 func (x *Map) Pos() scanner.Position { return x.LBracePos } argument
250 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) } argument
252 func (x *Map) Copy() Expression { argument
261 func (x *Map) Eval() Expression { argument
265 func (x *Map) String() string { argument
274 func (x *Map) Type() Type { return MapType } argument
278 func (x *Map) GetProperty(name string) (Property *Property, found bool) { argument
283 func (x *Map) getPropertyImpl(name string) (Property *Property, found bool, index int) { argument
293 func (x *Map) RemoveProperty(propertyName string) (removed bool) { argument