summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/expressions/dynamic-import/custom-valueof_FIXTURE.js
blob: cb4b8689a8df51f02b6de0f6f6b2ff2532ae884a (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 valueOf() {
    return 42;
}