summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/instn-star-props-circular-b_FIXTURE.js
blob: 1c86f95a9a6d987cc486ec8d090ac417e8d7fdb1 (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 * from './instn-star-props-circular-a_FIXTURE.js';
export var fromB;