Refs: https://github.com/v8/v8/compare/10.2.154.4...10.2.154.13 PR-URL: https://github.com/nodejs/node/pull/43727 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
8 lines
277 B
JavaScript
8 lines
277 B
JavaScript
// Copyright 2022 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: --no-lazy-feedback-allocation
|
|
|
|
d8.file.execute('test/mjsunit/regress/regress-crbug-1321899-3.js');
|