Class | Description |
---|---|
FlattenNode |
Flatten lazy strings.
|
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 | |
JSUnaryMinusNode | |
JSUnaryNode | |
JSUnaryPlusNode | |
RequireConstructorNode |
Wrapper node that throws a TypeError if the argument is not a constructor.
|
TypeOfNode | |
VoidNode |