2015-04-08 11:14:56 +00:00
|
|
|
// Copyright 2015 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: --gc-interval=33 --expose-gc --allow-natives-syntax
|
|
|
|
|
2015-06-16 07:11:11 +00:00
|
|
|
var Debug = %GetDebugContext().Debug;
|
|
|
|
Debug.setListener(function(){});
|
|
|
|
|
2015-04-08 11:14:56 +00:00
|
|
|
%DebugGetLoadedScripts();
|
2015-06-16 07:11:11 +00:00
|
|
|
|
|
|
|
Debug.setListener(null);
|