Skip to content
  • Philip Chimento's avatar
    js: Remove context from GjsAutoJSChar · 93551813
    Philip Chimento authored
    SpiderMonkey now clarifies in the comments in their header file, that
    it's OK to pass a null JSContext to JS_free(cx, ptr). This allows us to
    stop tracking the JSContext in GjsAutoJSChar, which was a big pain.
    93551813