summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/expressions/dynamic-import/custom-tostring_FIXTURE.js
blob: 52b880b6d9ef15bdd78dbebb3e60a4b5ce26b3cf (plain)
1
2
3
4
5
6
7
// |reftest| skip -- not a test file
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

export function toString() {
    return '1612';
}