blob: 0f41263cbafd53d24dca0620e7a80a44950b7479 [file] [log] [blame]
// Copyright 2019 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: --harmony-weak-refs
let fg = new FinalizationRegistry(() => {});
fg.unregister(1);