Skip to content
  • Jean Boussier's avatar
    98ef38ad
    Freeze Regexp literals · 98ef38ad
    Jean Boussier authored
    [Feature #8948] [Feature #16377]
    
    Since Regexp literals always reference the same instance,
    allowing to mutate them can lead to state leak.
    98ef38ad
    Freeze Regexp literals
    Jean Boussier authored
    [Feature #8948] [Feature #16377]
    
    Since Regexp literals always reference the same instance,
    allowing to mutate them can lead to state leak.
Loading