-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b115
-
generic
-
generic
String.prototype[3] = "hello"; Object.prototype[4] = "world"; for
(var i in "123")print(i)
Expected: 0 1 2 3 4
(var i in "123")print(i)
Expected: 0 1 2 3 4