rust/tests/rustdoc-js/prototype.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
264 B
JavaScript
Raw Permalink Normal View History

// exact-check
const EXPECTED = [
{
2023-06-09 22:49:38 +08:00
'query': 'constructor',
'others': [],
'returned': [],
'in_args': [],
},
{
2023-06-09 22:49:38 +08:00
'query': '__proto__',
'others': [],
'returned': [],
'in_args': [],
},
];