Re: [whatwg/streams] Convert internal slot accesses in the reference implementation to use symbols (#443)

I'm not sure what v8 private symbols are.  In spidermonkey we always access internal slots via an integer index.  The code in our tree uses a name for the constant, but these are converted and the shipped code only has integers.  So we have no real way to do things like "if object has slot FooBarBaz", because different object constants could make to the same integer.

What do v8 private symbols do?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/443#issuecomment-223965790

Received on Monday, 6 June 2016 13:55:12 UTC