On 2015/07/28 19:07:30, bbudge wrote:
In the spirit of the change I made to ToNumber.

This changes the message for the TypeError when converting a Symbol wrapper to
a
primitive. I'm not sure if that matters.

This isn't needed for SIMD.

https://codereview.chromium.org/1256323004/diff/20001/src/runtime.js
File src/runtime.js (left):


https://codereview.chromium.org/1256323004/diff/20001/src/runtime.js#oldcode769
src/runtime.js:769: if (IS_SYMBOL_WRAPPER(x)) throw
MakeTypeError(kSymbolToPrimitive);
Is this error part of the Spec? If so, we have to keep this line.

I mean the specific text description that says this is a Symbol wrapper object.

https://codereview.chromium.org/1256323004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to