(sctx *super.Context)
| 17 | } |
| 18 | |
| 19 | func NewParseURI(sctx *super.Context) *ParseURI { |
| 20 | return &ParseURI{sctx, sup.NewBSUPMarshalerWithContext(sctx)} |
| 21 | } |
| 22 | |
| 23 | func (p *ParseURI) Call(args []super.Value) super.Value { |
| 24 | type uri struct { |
no test coverage detected