(v interface{})
| 191 | } |
| 192 | |
| 193 | func (e *ScriptEngine) ToValue(v interface{}) goja.Value { |
| 194 | return e.runtime.ToValue(v) |
| 195 | } |
| 196 | |
| 197 | // /--- |
| 198 | func (e *ScriptEngine) SetGlobal(name string, value interface{}) { |
no outgoing calls
no test coverage detected