blob: 4dc29295f62e3ccd2fddf5115dbce196d4d7fa3d (
plain)
1
2
3
4
5
6
|
// |reftest| skip -- not a test file
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
export var productionOther = null;
export default null;
|