Allen Wirfs-Brock (2014-02-11T19:50:46.000Z)
domenic at domenicdenicola.com (2014-02-18T04:31:48.351Z)
On Feb 11, 2014, at 11:20 AM, Brandon Benvie wrote: > One consideration is that it still is possible end up with a Symbol wrapper and with the current spec there's no way to unwrap it. Symbol.prototype.valueOf returns the primitive value of a Symbol wrapper (note, I just fixed it in rev 23 so it and toString also work for unwrapped symbol value)