2017-06-06 10:28:14 +02:00
|
|
|
// Copyright 2017 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.
|
2017-09-12 11:34:59 +02:00
|
|
|
//
|
2022-01-29 08:33:07 +01:00
|
|
|
// Flags: --ignore-unhandled-promises
|
2017-06-06 10:28:14 +02:00
|
|
|
|
2017-09-12 11:34:59 +02:00
|
|
|
__v_1 = {
|
|
|
|
};
|
|
|
|
function __f_8() {
|
|
|
|
try {
|
|
|
|
__f_8();
|
|
|
|
} catch(e) {
|
2020-10-15 20:17:08 +02:00
|
|
|
import(__v_1).then();
|
2017-09-12 11:34:59 +02:00
|
|
|
}
|
2017-06-06 10:28:14 +02:00
|
|
|
}
|
2017-09-12 11:34:59 +02:00
|
|
|
__f_8();
|