NodeJSRuntime Node.js 运行时
| 345 | |
| 346 | // NodeJSRuntime Node.js 运行时 |
| 347 | type NodeJSRuntime struct { |
| 348 | config *RuntimeConfig |
| 349 | nodePath string |
| 350 | } |
| 351 | |
| 352 | // NewNodeJSRuntime 创建 Node.js 运行时 |
| 353 | func NewNodeJSRuntime(config *RuntimeConfig) *NodeJSRuntime { |
nothing calls this directly
no outgoing calls
no test coverage detected