Skip to content
  • Philip Chimento's avatar
    context: Rewrite promise job queue · b29e8362
    Philip Chimento authored
    SpiderMonkey 68 has a new promise job queue API, where instead of
    setting up callbacks when initializing the JS engine, you have to pass
    it an object with overridden methods. It makes the most sense for this
    object to be the GjsContextPrivate object, since the previous callbacks
    were already members of GjsContextPrivate. This means that
    GjsContextPrivate now inherits from JS::JobQueue.
    b29e8362