Compiles the AST into a function.
The AST to compile.
Returns the value of a computed member expression.
The left operand function.
The right operand function.
Optional
context: anyThe context.
Optional
create: boolean | 1Whether to create the member if it does not exist.
The function returning the computed member value.
Returns the value of a non-computed member expression.
The left operand function.
The right operand function.
Optional
context: anyThe context.
Optional
create: boolean | 1Whether to create the member if it does not exist.
The function returning the non-computed member value.
Recurses the AST nodes.
The AST node.
Optional
context: anyThe context.
Optional
create: boolean | 1The create flag.
The recursive function.
Ternary conditional operation.
The test function.
The alternate function.
The consequent function.
Optional
context: anyThe context.
The ternary conditional function.
Binary inequality operation.