7b1c6a0 Bug 1364573 - Don't relazify class default constructors.

Authored and Committed by g4jc 4 years ago
    Bug 1364573 - Don't relazify class default constructors.
    
    Because of the wacko way we handle toString offsets for class default constructors, those offsets cannot be recovered if we relazify the functions.
    Luckily there's no reason to relazify them, their JSScripts are very small: either a single 'retrval' for non-derived, and still fairly small for derived.
    
        
file modified
+1 -0