summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/eval-rqstd-order-8_FIXTURE.js
blob: bfa538a890163461a4c9fb804eb741dee5f9259d (plain)
1
2
3
4
5
6
7
// |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.

Function('return this;')().test262 += '8';

export default null;