2015-03-27 12:04:12 +01:00
|
|
|
// Copyright 2015 the V8 project authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
try {
|
2024-08-14 20:41:00 +02:00
|
|
|
d8.file.execute("test/mjsunit/regress/regress-444805.js-script");
|
2015-03-27 12:04:12 +01:00
|
|
|
} catch (e) {
|
|
|
|
}
|