• marja's avatar
    Fix test-parsing/InnerAssignment. · 83207f48
    marja authored
    It looks like it tried to trigger lazy inner function parsing by
    inserting a comment into an inner function.
    
    1) We don't have lazy inner functions yet.
    2) Even if we had, there's no way this heuristic could trigger laziness:
    we need to do the laziness decision upfront, without looking at the
    contents / size of the function.
    3) Some of the combinations were weird: lazy_outer but non-lazy inner?
    
    In the current heuristics, only the total script size affects laziness;
    in particular, it doesn't matter where the long comment is.
    
    R=mstarzinger@chromium.org
    BUG=
    
    Review-Url: https://codereview.chromium.org/2364003002
    Cr-Commit-Position: refs/heads/master@{#39673}
    83207f48
test-parsing.cc 252 KB