- From: Ben Kelly <notifications@github.com>
- Date: Mon, 06 Jun 2016 06:54:42 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc:
Received on Monday, 6 June 2016 13:55:12 UTC
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