RESOLVED INVALID148594
Make divots used in type profiler for function return types consistent.
https://bugs.webkit.org/show_bug.cgi?id=148594
Summary Make divots used in type profiler for function return types consistent.
Saam Barati
Reported 2015-08-28 15:22:01 PDT
We should use the first possible character that can describe a function: "f" for "function ..." "g" for "get ..." "s" for "set ..." "m" in "{ method() {...} }" "[" in " { [computed()]() { } } "(" in "(x)=>x" "x" in "x=>x+2" and so on.
Attachments
Saam Barati
Comment 1 2015-09-22 16:47:02 PDT
It looks like we already do this.
Note You need to log in before you can comment on or make changes to this bug.