| 26 | ) |
| 27 | |
| 28 | type js struct { |
| 29 | options scripting.Options |
| 30 | } |
| 31 | |
| 32 | // New returns a new Javascript scripting engine. |
| 33 | func New(options scripting.Options) scripting.AheadOfTimeEngine { |
nothing calls this directly
no outgoing calls
no test coverage detected