aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/GlobalScope/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T1.js
blob: 38fdcbd487e0163f74738282bb95b49f49a1c0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.


// Converted for Test262 from original Sputnik source

 for(x in this){
    function __func(){};
};