Skip to content
  • Ray Strode's avatar
    jsauthority: fix how classes are defined · 23b39488
    Ray Strode authored
    mozjs no longer has public stub functions that implementers of
    JSClass objects are supposed to use.  Instead NULL means
    to use the default stub implementations.
    
    Furthermore, the structure has been broken out into a JSClassOps
    sub structure now.
    
    This commit adapts the code to the new layout.
    23b39488