blob: 78fe860290be517983d226cce8b46dd7cc948d5c [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001// Copyright 2015 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// comments to trigger lazy compilation comments to trigger lazy compilation
6// comments to trigger lazy compilation comments to trigger lazy compilation
7// comments to trigger lazy compilation comments to trigger lazy compilation
8// comments to trigger lazy compilation comments to trigger lazy compilation
9// comments to trigger lazy compilation comments to trigger lazy compilation
10// comments to trigger lazy compilation comments to trigger lazy compilation
11// comments to trigger lazy compilation comments to trigger lazy compilation
12// comments to trigger lazy compilation comments to trigger lazy compilation
13// comments to trigger lazy compilation comments to trigger lazy compilation
14// comments to trigger lazy compilation comments to trigger lazy compilation
15// comments to trigger lazy compilation comments to trigger lazy compilation
16// comments to trigger lazy compilation comments to trigger lazy compilation
17// comments to trigger lazy compilation comments to trigger lazy compilation
18// comments to trigger lazy compilation comments to trigger lazy compilation
19// comments to trigger lazy compilation comments to trigger lazy compilation
20
21'use strict';
22{
23 let x = function() {};
24 // Trigger OSR.
25 for (var i = 0; i < 1000000; i++);
26}