summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-1394663.js
blob: 51cf42e127f9c72c7805c64d66ad070b918668c0 (plain)
1
2
3
4
5
6
7
8
9
10
// 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.

// Adding a listener so that {profileEnd} does not create a file on the disk.
d8.profiler.setOnProfileEndListener(() =>{});

console.profile();
console.profileEnd();
console.profileEnd();