1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<FunctionNode name=':program' kind='SCRIPT' start='0' end='80'>
<isProgram/>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='0' end='80'>
<isFunctionBody/>
<isSynthetic/>
<!-- Block Statements -->
<VarNode name='x' start='4' end='7'>
<isBlockScoped/>
<isLet/>
<isDestructuring/>
</VarNode>
<VarNode name='y' start='4' end='13'>
<isBlockScoped/>
<isLet/>
<isDestructuring/>
</VarNode>
<ExpressionStatement start='22' end='50'>
<ErrorNode start='22' end='50'>
</ErrorNode>
</ExpressionStatement>
<EmptyNode start='50' end='51'>
</EmptyNode>
<VarNode name='n' start='58' end='79'>
<hasInit/>
<isAssignment/>
<isBlockScoped/>
<isLet/>
<!-- VarNode Assignment Dest -->
<IdentNode start='58' end='59'>
<name>n</name>
<isDeclaredHere/>
<isInitializedHere/>
</IdentNode>
<!-- VarNode Init -->
<ObjectNode start='62' end='79'>
<!-- ObjectNode Elements -->
<PropertyNode start='64' end='68'>
<!-- PropertyNode Key -->
<UnaryNode type='SPREAD_OBJECT' start='64' end='68'>
<!-- UnaryNode Expression -->
<IdentNode start='67' end='68'>
<name>x</name>
</IdentNode>
</UnaryNode>
<!-- PropertyNode Value -->
<UnaryNode type='SPREAD_OBJECT' start='64' end='68'>
<!-- UnaryNode Expression -->
<IdentNode start='67' end='68'>
<name>x</name>
</IdentNode>
</UnaryNode>
<!-- PropertyNode Decorators -->
</PropertyNode>
<PropertyNode name='y' start='70' end='71'>
<!-- PropertyNode Key -->
<IdentNode start='70' end='71'>
<name>y</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<IdentNode start='70' end='71'>
<name>y</name>
</IdentNode>
<!-- PropertyNode Decorators -->
</PropertyNode>
<PropertyNode start='73' end='77'>
<!-- PropertyNode Key -->
<UnaryNode type='SPREAD_OBJECT' start='73' end='77'>
<!-- UnaryNode Expression -->
<IdentNode start='76' end='77'>
<name>z</name>
</IdentNode>
</UnaryNode>
<!-- PropertyNode Value -->
<UnaryNode type='SPREAD_OBJECT' start='73' end='77'>
<!-- UnaryNode Expression -->
<IdentNode start='76' end='77'>
<name>z</name>
</IdentNode>
</UnaryNode>
<!-- PropertyNode Decorators -->
</PropertyNode>
</ObjectNode>
</VarNode>
</Block>
</FunctionNode>
|