()
| 177 | } |
| 178 | |
| 179 | private void createFun() { |
| 180 | try { |
| 181 | global = Global.create(ctx, executor); |
| 182 | Class<?> clz = dex.loadClass("com.github.catvod.js.Function"); |
| 183 | clz.getDeclaredConstructor(QuickJSContext.class).newInstance(ctx); |
| 184 | } catch (Throwable ignored) { |
| 185 | } |
| 186 | } |
| 187 | |
| 188 | private void createObj() { |
| 189 | String spider = "__JS_SPIDER__"; |
no test coverage detected