DescriptionA few "extract method" refactorings, trying to get individual method definitions
onto a sinlge 30" screen. A lot of times, the AST visitor stops a bit too early,
so we have to do the rest of the dispatch by hand. This is caused by the fact
that the kind of the AST nodes are a bit too coarse for some traversals (e.g. a
single node type for all binary ops), perhaps one could try to refine this a
little bit more.
Committed: http://code.google.com/p/v8/source/detail?r=7839
Patch Set 1 #
Total comments: 12
Patch Set 2 : '' #
Total comments: 1
Messages
Total messages: 7 (0 generated)
|