Package com.oracle.truffle.js.nodes.binary
package com.oracle.truffle.js.nodes.binary
-
ClassDescriptionIsLooselyEqual(x, y) aka
==operator.IsStrictlyEqual(x, y) aka===operator.The Left Shift Operator ( invalid input: '<'invalid input: '<' ), special-cased for the step to be a constant integer value.This node implements the semantics of a binary operator in the case when one of the two operands features overloaded operators.This class implements theDispatchBinaryOperatorspec function.11.7.2 The Signed Right Shift Operator ( >> ), special-cased for the step to be a constant integer value.11.7.2 The Signed Right Shift Operator ( >> ).This node optimizes the code patterns of typeof(a) === "typename" and "typename" == typeof (a).11.7.3 The Unsigned Right Shift Operator (>>>).11.7.3 The Unsigned Right Shift Operator (>>>).