Welcome to mirror list, hosted at ThFree Co, Russian Federation.

regress-356053.js « regress « mjsunit « test « v8 « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f0dbdd093eff87e14ee7ddaaaf2ab0a1d8b811a (plain)
1
2
3
4
5
6
7
8
9
// 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: --noconcurrent-recompilation --expose-gc --allow-natives-syntax

%SetFlags("--concurrent-recompilation --block-concurrent-recompilation");
gc();
try { %UnblockConcurrentRecompilation(); } catch (e) { }