dbe5f78 cb::enclose_wrapping: Add try .. catch block

1 file Authored by Libor Polčák 2 years ago, Committed by gioma1 2 years ago,
    cb::enclose_wrapping: Add try .. catch block
    
    Make sure that an unhandled exception in one wrapper do not affect other
    wrappers.
    
    For example, if OffscreenCanvas is not defined, then
    OffscreenCanvas.prototype generates an exception.
    
        
file modified
+1 -1