forked from chakra-core/ChakraCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforInArrayAddRecord.baseline
More file actions
36 lines (36 loc) · 908 Bytes
/
forInArrayAddRecord.baseline
File metadata and controls
36 lines (36 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Scenario:1 - Adding new array indexes while enumerating expandos
Index:0 Value:11
Index:1 Value:22
Index:2 Value:33
Index:3 Value:44
Index:x Value:a.x
Index:y Value:a.y
Index:z Value:a.z
Scenario:2 - Adding new array expandos while enumerating array for second time
Index:0 Value:11
Index:1 Value:22
Index:2 Value:33
Index:3 Value:44
Index:5 Value:55
Index:6 Value:66
Index:x Value:a.x
Index:y Value:a.y
Index:z Value:a.z
Scenario:3 - Adding new array expandos while enumerating Object for second time
Index:0 Value:11
Index:1 Value:22
Index:2 Value:33
Index:3 Value:44
Index:x Value:b.x
Index:y Value:b.y
Index:z Value:b.z
Scenario:3 - Adding new array expandos while enumerating Object for second time
Index:0 Value:11
Index:1 Value:22
Index:2 Value:33
Index:3 Value:44
Index:x Value:b.x
Index:y Value:b.y
Index:z Value:b.z
Scenario:4 - random additions
Index:0 Value:1