0x47
2 → 1
5
ECMA-262 addition operator.
@t0 = @pop();
@push(@pop() + @t0);
ActionAdd2 is similar to ActionAdd, but performs the addition differently, according to the data types of the arguments. The addition operator algorithm in ECMA-262 Section 11.6.1 is used. If string concatenation is applied, the concatenated string is arg2 followed by arg1.
Field | Type | Comment |
---|---|---|
ActionAdd2 | ACTIONRECORDHEADER | ActionCode = 0x47 |
ActionAdd2 does the following: