Skip to content
  • Philip Chimento's avatar
    js: Adapt to new JSClassOps struct layout · e5019b79
    Philip Chimento authored
    The getProperty and setProperty hooks are gone.
    
    The newEnumerate hook is moved in from JSObjectOps, and so we can change
    importer.cpp to use a regular old JSClass again instead of the JS Friend
    API version which was required in order to use JSObjectOps.
    
    See: #161
    e5019b79