Skip to content

Commit eea9310

Browse files
committed
Adding tests
1 parent 1334fe7 commit eea9310

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/Math/max.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,14 @@ function findMaxInArray()
180180
}
181181
findMaxInArray();
182182
findMaxInArray();
183+
184+
function OS17429610()
185+
{
186+
var obj0 = {};
187+
for (var __loopvar1 = 6; __loopvar1 < 10; __loopvar1++) {
188+
this.prop1 = Math.max(this.prop1, obj0)
189+
}
190+
}
191+
OS17429610()
192+
OS17429610()
193+
OS17429610()

0 commit comments

Comments
 (0)