blob: ea84973d8e9cdefbc3523eea6b2a2eba5bd61905 [file] [log] [blame]
// Copyright 2014 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: --expose-gc --allow-natives-syntax
// Flags: --concurrent-recompilation --block-concurrent-recompilation
gc();
try { %UnblockConcurrentRecompilation(); } catch (e) { }