Results for: "Array"

Example:

x.foo += 42
         ^^

Compile a AliasGlobalVariableNode node

Compile a BlockLocalVariableNode node

Compile a CallOperatorWriteNode node

Compile a ClassVariableReadNode node

Compile a ClassVariableWriteNode node

Compile a ConstantOperatorWriteNode node

Compile a ConstantPathTargetNode node

Compile a GlobalVariableReadNode node

Compile a GlobalVariableWriteNode node

Compile a IndexOperatorWriteNode node

Compile a InstanceVariableReadNode node

Compile a InstanceVariableWriteNode node

Compile a InterpolatedRegularExpressionNode node

Compile a LocalVariableReadNode node

Compile a LocalVariableWriteNode node

Foo += bar

becomes

Foo = Foo + bar

Desugar ‘x ||= y` to `defined?(x) ? x : x = y`

Dispatch enter and leave events for AliasGlobalVariableNode nodes and continue walking the tree.

Dispatch enter and leave events for BlockLocalVariableNode nodes and continue walking the tree.

Dispatch enter and leave events for CallOperatorWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for ClassVariableReadNode nodes and continue walking the tree.

Dispatch enter and leave events for ClassVariableWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for ConstantOperatorWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for ConstantPathTargetNode nodes and continue walking the tree.

Search took: 3ms  ·  Total Results: 1972