0x48
1 → 1
5
ECMA-262 less-than operator.
@t0 = @pop();
@push(@pop() < @t0);
ActionLess2 calculates whether arg1 is less than arg2 and pushes a Boolean return value to the stack. This action is similar to ActionLess, but performs the comparison differently according to the data types of the arguments. The abstract relational comparison algorithm in ECMA-262 Section 11.8.5 is used.
Field | Type | Comment |
---|---|---|
ActionLess2 | ACTIONRECORDHEADER | ActionCode = 0x48 |
ActionLess2 does the following: