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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
<FunctionNode name='asyncFunctions1.js' kind='MODULE' start='0' end='96'>
<isProgram/>
<ExportNode start='0' end='95'>
<ObjectNode start='15' end='95'>
<!-- ObjectNode Elements -->
<PropertyNode name='path' start='20' end='28'>
<!-- PropertyNode Key -->
<IdentNode start='20' end='24'>
<name>path</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<StringLiteralNode value='/' start='27' end='28'/>
<!-- PropertyNode Decorators -->
</PropertyNode>
<PropertyNode name='action' start='40' end='91'>
<!-- PropertyNode Key -->
<IdentNode start='40' end='46'>
<name>action</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<FunctionNode name='action' kind='NORMAL' start='40' end='91'>
<isMethod/>
<isNamedFunctionExpression/>
<isAsync/>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='49' end='86'>
<isFunctionBody/>
<!-- Block Statements -->
<VarNode name='component' start='61' end='85'>
<hasInit/>
<isAssignment/>
<isBlockScoped/>
<isConst/>
<!-- VarNode Assignment Dest -->
<IdentNode start='61' end='70'>
<name>component</name>
<isDeclaredHere/>
<isInitializedHere/>
</IdentNode>
<!-- VarNode Init -->
<UnaryNode type='AWAIT' start='73' end='85'>
<!-- UnaryNode Expression -->
<CallNode start='79' end='85'>
<!-- CallNode Arguments -->
<!-- CallNode Function -->
<IdentNode start='79' end='83'>
<name>next</name>
</IdentNode>
</CallNode>
</UnaryNode>
</VarNode>
</Block>
</FunctionNode>
<!-- PropertyNode Decorators -->
</PropertyNode>
</ObjectNode>
</ExportNode>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='0' end='96'>
<isFunctionBody/>
<isSynthetic/>
<!-- Block Statements -->
<VarNode name='*default*' start='15' end='95'>
<hasInit/>
<isAssignment/>
<isExport/>
<!-- VarNode Assignment Dest -->
<IdentNode start='15' end='95'>
<name>*default*</name>
<isInitializedHere/>
</IdentNode>
<!-- VarNode Init -->
<ObjectNode start='15' end='95'>
<!-- ObjectNode Elements -->
<PropertyNode name='path' start='20' end='28'>
<!-- PropertyNode Key -->
<IdentNode start='20' end='24'>
<name>path</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<StringLiteralNode value='/' start='27' end='28'/>
<!-- PropertyNode Decorators -->
</PropertyNode>
<PropertyNode name='action' start='40' end='91'>
<!-- PropertyNode Key -->
<IdentNode start='40' end='46'>
<name>action</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<FunctionNode name='action' kind='NORMAL' start='40' end='91'>
<isMethod/>
<isNamedFunctionExpression/>
<isAsync/>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='49' end='86'>
<isFunctionBody/>
<!-- Block Statements -->
<VarNode name='component' start='61' end='85'>
<hasInit/>
<isAssignment/>
<isBlockScoped/>
<isConst/>
<!-- VarNode Assignment Dest -->
<IdentNode start='61' end='70'>
<name>component</name>
<isDeclaredHere/>
<isInitializedHere/>
</IdentNode>
<!-- VarNode Init -->
<UnaryNode type='AWAIT' start='73' end='85'>
<!-- UnaryNode Expression -->
<CallNode start='79' end='85'>
<!-- CallNode Arguments -->
<!-- CallNode Function -->
<IdentNode start='79' end='83'>
<name>next</name>
</IdentNode>
</CallNode>
</UnaryNode>
</VarNode>
</Block>
</FunctionNode>
<!-- PropertyNode Decorators -->
</PropertyNode>
</ObjectNode>
</VarNode>
</Block>
</FunctionNode>
|