| 34 | ) |
| 35 | |
| 36 | type host struct { |
| 37 | engine scripting.AheadOfTimeEngine |
| 38 | } |
| 39 | |
| 40 | // New creates and returns a new Javascript payload encoder and decoder. |
| 41 | func New() messageprocessors.CompilablePayloadEncoderDecoder { |
nothing calls this directly
no outgoing calls
no test coverage detected