File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ //-------------------------------------------------------------------------------------------------------
2
+ // Copyright (C) Microsoft. All rights reserved.
3
+ // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
+ //-------------------------------------------------------------------------------------------------------
5
+
6
+ var strvar1 = "" ;
7
+ function foo ( ) {
8
+ switch ( strvar1 ) {
9
+ case 1 :
10
+ this ( ) ;
11
+ case "" :
12
+ }
13
+ }
14
+ for ( let i = 0 ; i < 1000 ; ++ i ) {
15
+ foo ( ) ;
16
+ }
17
+ console . log ( "pass" ) ;
Original file line number Diff line number Diff line change 269
269
<files >bug13674598.js</files >
270
270
</default >
271
271
</test >
272
+ <test >
273
+ <default >
274
+ <files >bug17449647.js</files >
275
+ </default >
276
+ </test >
272
277
</regress-exe >
You can’t perform that action at this time.
0 commit comments