michael@0: // |jit-test| error: TypeError michael@0: x = 0 michael@0: 'a'.replace(/a/, x.toLocaleString) michael@0: