| Class | Description |
|---|---|
| IsCallableNode |
Represents abstract operation IsCallable.
|
| IsConstructorNode |
Represents abstract operation IsConstructor.
|
| IsIdenticalBaseNode | |
| IsIdenticalBooleanNode | |
| IsIdenticalIntegerNode | |
| IsIdenticalStringNode | |
| IsIdenticalUndefinedNode | |
| IsNullNode | |
| JSComplementNode | |
| JSIsArrayNode |
ES6 7.2.2 IsArray(argument).
|
| JSIsNullOrUndefinedNode |
This node optimizes the check whether the argument is null or undefined.
|
| JSNotNode | |
| JSOverloadedUnaryNode |
This node implements unary operators applied to an operand with overloaded operators.
|
| JSUnaryMinusNode | |
| JSUnaryNode | |
| JSUnaryPlusNode | |
| TypeOfNode | |
| VoidNode |