[Webkit-unassigned] [Bug 167574] New: Move private flag to SymbolImpl and create the subclass `PrivateSymbolImpl`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 29 22:52:59 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167574
Bug ID: 167574
Summary: Move private flag to SymbolImpl and create the
subclass `PrivateSymbolImpl`
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: utatane.tea at gmail.com
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. at iterator` for public @iterator symbol.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170130/b5836ee4/attachment.html>
More information about the webkit-unassigned
mailing list