blob: 78d1c7b98a753557b8674301607535d9354a1c09 [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
5if (this.Worker) {
6 function __f_0() { this.s = new Object(); }
7 function __f_1() {
8 this.l = [new __f_0, new __f_0];
9 }
10 __v_6 = new __f_1;
11 var __v_9 = new Worker('');
12 __v_9.postMessage(__v_6);
13}