Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b115
-
generic
-
generic
Description
- when loading right hand side from a local slot
- when right hand side is a unary/binary/ternary operator whose children have no side effects
- when left hand side already is JS-primitive or does not have to be converted to JS-primitive (already partially implemented)
Also, currently string is treated as object type while it is a primitive type as far as ECMA/JS is concerned.