RESOLVED DUPLICATE of bug 174935 167574
Move private flag to SymbolImpl and create the subclass `PrivateSymbolImpl`
https://bugs.webkit.org/show_bug.cgi?id=167574
Summary Move private flag to SymbolImpl and create the subclass `PrivateSymbolImpl`
Yusuke Suzuki
Reported 2017-01-29 22:52:59 PST
Now, the private symbol is, 1. it is SymbolImpl 2. and it is managed by VM's private symbol table This patch moves this private symbol flag to SymbolImpl itself. It allows us to define PrivateSymbols without interactiving VMs. VM's table is used for mapping between public and private symbols *in the parser*. It is more correct in the current use cases since we use `xxx.@iterator` for public @iterator symbol.
Attachments
Yusuke Suzuki
Comment 1 2017-08-10 17:03:06 PDT
*** This bug has been marked as a duplicate of bug 174935 ***
Note You need to log in before you can comment on or make changes to this bug.