(QuickJSContext ctx, ExecutorService executor)
| 49 | } |
| 50 | |
| 51 | public static Global create(QuickJSContext ctx, ExecutorService executor) { |
| 52 | return new Global(ctx, executor); |
| 53 | } |
| 54 | |
| 55 | public void destroy() { |
| 56 | destroyed = true; |
no outgoing calls
no test coverage detected