Files
Kmake/deps/v8/test/mjsunit/maglev/resumable-loop-context.js
2026-05-26 23:36:42 -07:00

20 lines
489 B
JavaScript

// Copyright 2023 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.
// Flags: --allow-natives-syntax --maglev
async function __f_20() {
try {
for (let __v_58 = 0; __v_58 < 8; __v_58++) {
}
} catch (e) {}
for (let __v_59 = 1; __v_59 < 1337; __v_59++) {
function* __f_21() {}
const __v_66 = __f_21();
const __v_69 = await "-4294967296";
}
}
__f_20();