in src/main/java/org/apache/sling/scripting/sightly/js/impl/JsEnvironment.java [68:75]
public void cleanup() {
Context context = Context.getCurrentContext();
if (context == null) {
throw new IllegalStateException("No current context");
}
EventLoopInterop.cleanupEventLoop(context);
Context.exit();
}