(ExecutionContext context)
| 55 | } |
| 56 | |
| 57 | public static DynObject newObject(ExecutionContext context) { |
| 58 | return (DynObject) context.construct((Object) null, (JSFunction) context.getGlobalContext().getObject().get(context, "__JS_Adapter")); |
| 59 | } |
| 60 | |
| 61 | @Override |
| 62 | public void setFileName() { |
nothing calls this directly
no test coverage detected