1// Copyright 2015 the V8 project authors. All rights reserved.2// Use of this source code is governed by a BSD-style license that can be3// found in the LICENSE file.45if (this.Worker) {
6Worker.prototype = 12;
7var__v_6 = newWorker('');
8__v_6.postMessage([]);
9}
10