summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/prototype.js
blob: 2f1d841c3be19e0bb454733f5e42c58d62e37e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// exact-check

const QUERY = ['constructor', '__proto__'];

const EXPECTED = [
    {
        'others': [],
        'returned': [],
        'in_args': [],
    },
    {
        'others': [],
        'returned': [],
        'in_args': [],
    },
];