mozilla / spiderflunky

Static analysis of JavaScript
5 stars 3 forks source link

Switch from autogenerated classes to string matching #20

Open mvcisback opened 10 years ago

mvcisback commented 10 years ago

Upon looking at this again....generating the classes was a terrible idea. Much easier to just build the inheritance DAG and use string type inheritance.