• caitpotter88's avatar
    [es6] implement destructuring assignment · b634a61d
    caitpotter88 authored
    Attempt #<really big number>
    
    Parses, and lazily rewrites Destructuring Assignment expressions. The rewriting strategy involves inserting a placeholder RewritableAssignmentExpression into the AST, whose content expression can be completely rewritten at a later time.
    
    Lazy rewriting ensures that errors do not occur due to eagerly rewriting nodes which form part of a binding pattern, thus breaking the meaning of the pattern --- or by eagerly rewriting ambiguous constructs that are not immediately known
    
    BUG=v8:811
    LOG=Y
    R=adamk@chromium.org, bmeurer@chromium.org, rossberg@chromium.org
    
    Review URL: https://codereview.chromium.org/1309813007
    
    Cr-Commit-Position: refs/heads/master@{#32623}
    b634a61d
Name
Last commit
Last update
..
DEPS Loading commit data...
OWNERS Loading commit data...
bytecode-array-builder.cc Loading commit data...
bytecode-array-builder.h Loading commit data...
bytecode-array-iterator.cc Loading commit data...
bytecode-array-iterator.h Loading commit data...
bytecode-generator.cc Loading commit data...
bytecode-generator.h Loading commit data...
bytecode-traits.h Loading commit data...
bytecodes.cc Loading commit data...
bytecodes.h Loading commit data...
control-flow-builders.cc Loading commit data...
control-flow-builders.h Loading commit data...
interpreter.cc Loading commit data...
interpreter.h Loading commit data...